#586E8D

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

Shades of Kashmir Blue #586E8D

Tints of Kashmir Blue #586E8D

Color information

#586E8D (or 0x586E8D) is unknown color: approx Kashmir Blue. HEX triplet: 58, 6E and 8D. RGB value is (88,110,141). Sum of RGB (Red+Green+Blue) = 88+110+141=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #586E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E8D is #A79172. Grayscale: #6A6A6A. Windows color (decimal): -10981747 or 9268824. OLE color: 9268824.

HSL color Cylindrical-coordinate representation of color #586E8D: hue angle of 215.09º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #586E8D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88110141-
CMYK0.380.2200.45
HSL215.09º23.14%44.9%-
HSV(B)215.09º37.59%55.29%-
XYZ14.4115.1527.36-
YUV106.96147.21114.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.96%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=25.96%
G=32.45%
B=41.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881101410.380.2200.45215.0923.1444.9
Hex586E8D261602Dd7172d
Octal13015621546260553272755
Binary10110001101110100011011001101011001011011101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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