#586C89

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

Shades of Kashmir Blue #586C89

Tints of Kashmir Blue #586C89

Color information

#586C89 (or 0x586C89) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6C and 89. RGB value is (88,108,137). Sum of RGB (Red+Green+Blue) = 88+108+137=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #586C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C89 is #A79376. Grayscale: #696969. Windows color (decimal): -10982263 or 9006168. OLE color: 9006168.

HSL color Cylindrical-coordinate representation of color #586C89: hue angle of 215.51º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586C89 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88108137-
CMYK0.360.2100.46
HSL215.51º21.78%44.12%-
HSV(B)215.51º35.77%53.73%-
XYZ13.914.6125.75-
YUV105.33145.87115.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 137 (53.91% from 255) = 41.14%
R=26.43%
G=32.43%
B=41.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881081370.360.2100.46215.5121.7844.12
Hex586C89241502Ed8162c
Octal13015421144250563302654
Binary10110001101100100010011001001010101011101101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586C89; }

 p { color: rgb(88,108,137); }

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

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

 a { background-color: rgb(88,108,137); }

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

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

 span { border-color: rgb(88,108,137); }

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