#586989

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

Shades of Kashmir Blue #586989

Tints of Kashmir Blue #586989

Color information

#586989 (or 0x586989) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 89. RGB value is (88,105,137). Sum of RGB (Red+Green+Blue) = 88+105+137=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #586989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586989 is #A79676. Grayscale: #676767. Windows color (decimal): -10983031 or 9005400. OLE color: 9005400.

HSL color Cylindrical-coordinate representation of color #586989: hue angle of 219.18º 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 #586989 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88105137-
CMYK0.360.2300.46
HSL219.18º21.78%44.12%-
HSV(B)219.18º35.77%53.73%-
XYZ13.5913.9825.65-
YUV103.56146.87116.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=26.67%
G=31.82%
B=41.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881051370.360.2300.46219.1821.7844.12
Hex586989241702Edb162c
Octal13015121144270563332654
Binary10110001101001100010011001001011101011101101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586989; }

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

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

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

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

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

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

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

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