#587597

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

Shades of Kashmir Blue #587597

Tints of Kashmir Blue #587597

Color information

#587597 (or 0x587597) is unknown color: approx Kashmir Blue. HEX triplet: 58, 75 and 97. RGB value is (88,117,151). Sum of RGB (Red+Green+Blue) = 88+117+151=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #587597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587597 is #A78A68. Grayscale: #707070. Windows color (decimal): -10979945 or 9925976. OLE color: 9925976.

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

Color convert

RGB88117151-
CMYK0.420.2300.41
HSL212.38º26.36%46.86%-
HSV(B)212.38º41.72%59.22%-
XYZ15.9717.0331.72-
YUV112.2149.89110.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 151 (59.38% from 255) = 42.42%
R=24.72%
G=32.87%
B=42.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881171510.420.2300.41212.3826.3646.86
Hex5875972A17029d41a2f
Octal13016522752270513243257
Binary10110001110101100101111010101011101010011101010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587597; }

 p { color: rgb(88,117,151); }

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

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

 a { background-color: rgb(88,117,151); }

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

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

 span { border-color: rgb(88,117,151); }

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