#587896

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

Shades of Kashmir Blue #587896

Tints of Kashmir Blue #587896

Color information

#587896 (or 0x587896) is unknown color: approx Kashmir Blue. HEX triplet: 58, 78 and 96. RGB value is (88,120,150). Sum of RGB (Red+Green+Blue) = 88+120+150=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #587896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587896 is #A78769. Grayscale: #717171. Windows color (decimal): -10979178 or 9861208. OLE color: 9861208.

HSL color Cylindrical-coordinate representation of color #587896: hue angle of 209.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587896 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88120150-
CMYK0.410.2000.41
HSL209.03º26.05%46.67%-
HSV(B)209.03º41.33%58.82%-
XYZ16.2517.7131.42-
YUV113.85148.4109.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=24.58%
G=33.52%
B=41.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881201500.410.2000.41209.0326.0546.67
Hex5878962914029d11a2f
Octal13017022651240513213257
Binary10110001111000100101101010011010001010011101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587896; }

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

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

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

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

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

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

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

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