#586C84

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

Shades of Kashmir Blue #586C84

Tints of Kashmir Blue #586C84

Color information

#586C84 (or 0x586C84) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6C and 84. RGB value is (88,108,132). Sum of RGB (Red+Green+Blue) = 88+108+132=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #586C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C84 is #A7937B. Grayscale: #686868. Windows color (decimal): -10982268 or 8678488. OLE color: 8678488.

HSL color Cylindrical-coordinate representation of color #586C84: hue angle of 212.73º 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 #586C84 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB88108132-
CMYK0.330.1800.48
HSL212.73º20%43.14%-
HSV(B)212.73º33.33%51.76%-
XYZ13.5514.4723.91-
YUV104.76143.37116.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=26.83%
G=32.93%
B=40.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881081320.330.1800.48212.732043.14
Hex586C842112030d5142b
Octal13015420441220603252453
Binary10110001101100100001001000011001001100001101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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