#587692

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

Shades of Kashmir Blue #587692

Tints of Kashmir Blue #587692

Color information

#587692 (or 0x587692) is unknown color: approx Kashmir Blue. HEX triplet: 58, 76 and 92. RGB value is (88,118,146). Sum of RGB (Red+Green+Blue) = 88+118+146=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #587692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587692 is #A7896D. Grayscale: #707070. Windows color (decimal): -10979694 or 9598552. OLE color: 9598552.

HSL color Cylindrical-coordinate representation of color #587692: hue angle of 208.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #587692 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88118146-
CMYK0.400.1900.43
HSL208.97º24.79%45.88%-
HSV(B)208.97º39.73%57.25%-
XYZ15.6917.1129.67-
YUV112.22147.06110.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=25%
G=33.52%
B=41.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881181460.400.1900.43208.9724.7945.88
Hex587692281302Bd1192e
Octal13016622250230533213156
Binary10110001110110100100101010001001101010111101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587692; }

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

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

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

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

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

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

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

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