#586987

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

Shades of Kashmir Blue #586987

Tints of Kashmir Blue #586987

Color information

#586987 (or 0x586987) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 87. RGB value is (88,105,135). Sum of RGB (Red+Green+Blue) = 88+105+135=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #586987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586987 is #A79678. Grayscale: #676767. Windows color (decimal): -10983033 or 8874328. OLE color: 8874328.

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

Color convert

RGB88105135-
CMYK0.350.2200.47
HSL218.3º21.08%43.73%-
HSV(B)218.3º34.81%52.94%-
XYZ13.4513.9324.9-
YUV103.34145.87117.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=26.83%
G=32.01%
B=41.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881051350.350.2200.47218.321.0843.73
Hex586987231602Fda152c
Octal13015120743260573322554
Binary10110001101001100001111000111011001011111101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586987; }

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

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

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

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

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

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

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

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