#587696

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

Shades of Kashmir Blue #587696

Tints of Kashmir Blue #587696

Color information

#587696 (or 0x587696) is unknown color: approx Kashmir Blue. HEX triplet: 58, 76 and 96. RGB value is (88,118,150). Sum of RGB (Red+Green+Blue) = 88+118+150=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #587696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587696 is #A78969. Grayscale: #707070. Windows color (decimal): -10979690 or 9860696. OLE color: 9860696.

HSL color Cylindrical-coordinate representation of color #587696: hue angle of 210.97º 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 #587696 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88118150-
CMYK0.410.2100.41
HSL210.97º26.05%46.67%-
HSV(B)210.97º41.33%58.82%-
XYZ16.0117.2331.34-
YUV112.68149.06110.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=24.72%
G=33.15%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881181500.410.2100.41210.9726.0546.67
Hex5876962915029d31a2f
Octal13016622651250513233257
Binary10110001110110100101101010011010101010011101001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587696; }

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

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

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

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

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

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

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

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