#586984

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

Shades of Kashmir Blue #586984

Tints of Kashmir Blue #586984

Color information

#586984 (or 0x586984) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 84. RGB value is (88,105,132). Sum of RGB (Red+Green+Blue) = 88+105+132=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #586984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586984 is #A7967B. Grayscale: #666666. Windows color (decimal): -10983036 or 8677720. OLE color: 8677720.

HSL color Cylindrical-coordinate representation of color #586984: hue angle of 216.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #586984 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB88105132-
CMYK0.330.2000.48
HSL216.82º20%43.14%-
HSV(B)216.82º33.33%51.76%-
XYZ13.2413.8423.8-
YUV103144.37117.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=27.08%
G=32.31%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881051320.330.2000.48216.822043.14
Hex5869842114030d9142b
Octal13015120441240603312453
Binary10110001101001100001001000011010001100001101100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586984; }

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

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

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

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

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

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

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

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