#587891

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

Shades of Kashmir Blue #587891

Tints of Kashmir Blue #587891

Color information

#587891 (or 0x587891) is unknown color: approx Kashmir Blue. HEX triplet: 58, 78 and 91. RGB value is (88,120,145). Sum of RGB (Red+Green+Blue) = 88+120+145=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #587891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587891 is #A7876E. Grayscale: #717171. Windows color (decimal): -10979183 or 9533528. OLE color: 9533528.

HSL color Cylindrical-coordinate representation of color #587891: hue angle of 206.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587891 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88120145-
CMYK0.390.1700.43
HSL206.32º24.46%45.69%-
HSV(B)206.32º39.31%56.86%-
XYZ15.8517.5529.34-
YUV113.28145.9109.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=24.93%
G=33.99%
B=41.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881201450.390.1700.43206.3224.4645.69
Hex587891271102Bce182e
Octal13017022147210533163056
Binary10110001111000100100011001111000101010111100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587891; }

 p { color: rgb(88,120,145); }

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

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

 a { background-color: rgb(88,120,145); }

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

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

 span { border-color: rgb(88,120,145); }

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