#586C88

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

Shades of Kashmir Blue #586C88

Tints of Kashmir Blue #586C88

Color information

#586C88 (or 0x586C88) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6C and 88. RGB value is (88,108,136). Sum of RGB (Red+Green+Blue) = 88+108+136=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #586C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C88 is #A79377. Grayscale: #696969. Windows color (decimal): -10982264 or 8940632. OLE color: 8940632.

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

Color convert

RGB88108136-
CMYK0.350.2100.47
HSL215º21.43%43.92%-
HSV(B)215º35.29%53.33%-
XYZ13.8314.5825.38-
YUV105.21145.37115.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=26.51%
G=32.53%
B=40.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881081360.350.2100.4721521.4343.92
Hex586C88231502Fd7152c
Octal13015421043250573272554
Binary10110001101100100010001000111010101011111101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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