#586C85

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

Shades of Kashmir Blue #586C85

Tints of Kashmir Blue #586C85

Color information

#586C85 (or 0x586C85) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6C and 85. RGB value is (88,108,133). Sum of RGB (Red+Green+Blue) = 88+108+133=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #586C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C85 is #A7937A. Grayscale: #686868. Windows color (decimal): -10982267 or 8744024. OLE color: 8744024.

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

Color convert

RGB88108133-
CMYK0.340.1900.48
HSL213.33º20.36%43.33%-
HSV(B)213.33º33.83%52.16%-
XYZ13.6214.4924.27-
YUV104.87143.87115.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=26.75%
G=32.83%
B=40.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881081330.340.1900.48213.3320.3643.33
Hex586C852213030d5142b
Octal13015420542230603252453
Binary10110001101100100001011000101001101100001101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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