#587999

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

Shades of Kashmir Blue #587999

Tints of Kashmir Blue #587999

Color information

#587999 (or 0x587999) is unknown color: approx Kashmir Blue. HEX triplet: 58, 79 and 99. RGB value is (88,121,153). Sum of RGB (Red+Green+Blue) = 88+121+153=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #587999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587999 is #A78666. Grayscale: #727272. Windows color (decimal): -10978919 or 10058072. OLE color: 10058072.

HSL color Cylindrical-coordinate representation of color #587999: hue angle of 209.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #587999 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB88121153-
CMYK0.420.2100.4
HSL209.54º26.97%47.25%-
HSV(B)209.54º42.48%60%-
XYZ16.6118.0532.75-
YUV114.78149.57108.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=24.31%
G=33.43%
B=42.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881211530.420.2100.4209.5426.9747.25
Hex5879992A15028d21b2f
Octal13017123152250503223357
Binary10110001111001100110011010101010101010001101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587999; }

 p { color: rgb(88,121,153); }

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

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

 a { background-color: rgb(88,121,153); }

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

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

 span { border-color: rgb(88,121,153); }

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