#587190

Color #587190 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #587190

Tints of Kashmir Blue #587190

Color information

#587190 (or 0x587190) is unknown color: approx Kashmir Blue. HEX triplet: 58, 71 and 90. RGB value is (88,113,144). Sum of RGB (Red+Green+Blue) = 88+113+144=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #587190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587190 is #A78E6F. Grayscale: #6C6C6C. Windows color (decimal): -10980976 or 9466200. OLE color: 9466200.

HSL color Cylindrical-coordinate representation of color #587190: hue angle of 213.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587190 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88113144-
CMYK0.390.2200.44
HSL213.21º24.14%45.49%-
HSV(B)213.21º38.89%56.47%-
XYZ14.9615.928.67-
YUV109.06147.72112.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=25.51%
G=32.75%
B=41.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881131440.390.2200.44213.2124.1445.49
Hex587190271602Cd5182d
Octal13016122047260543253055
Binary10110001110001100100001001111011001011001101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587190; }

 p { color: rgb(88,113,144); }

 H1.HeaderClassName
 {
   color: #587190;
 }
 .AnyTagClassName
 {
   color: #587190;
 }
</style>
background-color css

<style>
 a { background-color: #587190; }

 a { background-color: rgb(88,113,144); }

 div.DivClassName
 {
   background-color: #587190;
 }
 .BgClassName
 {
   background-color: #587190;
 }
</style>
border-color css

<style>
 span { border-color: #587190; }

 span { border-color: rgb(88,113,144); }

 td.TdClassName
 {
   border-color: #587190;
 }
 .TagClassName
 {
   border-color: #587190;
 }
</style>