#586A87

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

Shades of Kashmir Blue #586A87

Tints of Kashmir Blue #586A87

Color information

#586A87 (or 0x586A87) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6A and 87. RGB value is (88,106,135). Sum of RGB (Red+Green+Blue) = 88+106+135=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #586A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A87 is #A79578. Grayscale: #676767. Windows color (decimal): -10982777 or 8874584. OLE color: 8874584.

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

Color convert

RGB88106135-
CMYK0.350.2100.47
HSL217.02º21.08%43.73%-
HSV(B)217.02º34.81%52.94%-
XYZ13.5514.1324.94-
YUV103.92145.54116.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=26.75%
G=32.22%
B=41.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881061350.350.2100.47217.0221.0843.73
Hex586A87231502Fd9152c
Octal13015220743250573312554
Binary10110001101010100001111000111010101011111101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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