#587698

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

Shades of Kashmir Blue #587698

Tints of Kashmir Blue #587698

Color information

#587698 (or 0x587698) is unknown color: approx Kashmir Blue. HEX triplet: 58, 76 and 98. RGB value is (88,118,152). Sum of RGB (Red+Green+Blue) = 88+118+152=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #587698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587698 is #A78967. Grayscale: #707070. Windows color (decimal): -10979688 or 9991768. OLE color: 9991768.

HSL color Cylindrical-coordinate representation of color #587698: hue angle of 211.88º 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 #587698 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88118152-
CMYK0.420.2200.40
HSL211.88º26.67%47.06%-
HSV(B)211.88º42.11%59.61%-
XYZ16.1717.332.19-
YUV112.91150.06110.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=24.58%
G=32.96%
B=42.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881181520.420.2200.40211.8826.6747.06
Hex5876982A16028d41b2f
Octal13016623052260503243357
Binary10110001110110100110001010101011001010001101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587698; }

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

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

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

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

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

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

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

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