#586D87

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

Shades of Kashmir Blue #586D87

Tints of Kashmir Blue #586D87

Color information

#586D87 (or 0x586D87) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6D and 87. RGB value is (88,109,135). Sum of RGB (Red+Green+Blue) = 88+109+135=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #586D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D87 is #A79278. Grayscale: #696969. Windows color (decimal): -10982009 or 8875352. OLE color: 8875352.

HSL color Cylindrical-coordinate representation of color #586D87: hue angle of 213.19º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586D87 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88109135-
CMYK0.350.1900.47
HSL213.19º21.08%43.73%-
HSV(B)213.19º34.81%52.94%-
XYZ13.8714.7625.04-
YUV105.68144.54115.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=26.51%
G=32.83%
B=40.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881091350.350.1900.47213.1921.0843.73
Hex586D87231302Fd5152c
Octal13015520743230573252554
Binary10110001101101100001111000111001101011111101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,109,135); }

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

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

 a { background-color: rgb(88,109,135); }

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

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

 span { border-color: rgb(88,109,135); }

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