#586E88

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

Shades of Kashmir Blue #586E88

Tints of Kashmir Blue #586E88

Color information

#586E88 (or 0x586E88) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6E and 88. RGB value is (88,110,136). Sum of RGB (Red+Green+Blue) = 88+110+136=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #586E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E88 is #A79177. Grayscale: #6A6A6A. Windows color (decimal): -10981752 or 8941144. OLE color: 8941144.

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

Color convert

RGB88110136-
CMYK0.350.1900.47
HSL212.5º21.43%43.92%-
HSV(B)212.5º35.29%53.33%-
XYZ14.041525.45-
YUV106.39144.71114.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=26.35%
G=32.93%
B=40.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881101360.350.1900.47212.521.4343.92
Hex586E88231302Fd4152c
Octal13015621043230573242554
Binary10110001101110100010001000111001101011111101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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