#586786

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

Shades of Kashmir Blue #586786

Tints of Kashmir Blue #586786

Color information

#586786 (or 0x586786) is unknown color: approx Kashmir Blue. HEX triplet: 58, 67 and 86. RGB value is (88,103,134). Sum of RGB (Red+Green+Blue) = 88+103+134=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #586786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586786 is #A79879. Grayscale: #656565. Windows color (decimal): -10983546 or 8808280. OLE color: 8808280.

HSL color Cylindrical-coordinate representation of color #586786: hue angle of 220.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586786 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88103134-
CMYK0.340.2300.47
HSL220.43º20.72%43.53%-
HSV(B)220.43º34.33%52.55%-
XYZ13.1813.524.46-
YUV102.05146.03117.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=27.08%
G=31.69%
B=41.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881031340.340.2300.47220.4320.7243.53
Hex586786221702Fdc152c
Octal13014720642270573342554
Binary10110001100111100001101000101011101011111101110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586786; }

 p { color: rgb(88,103,134); }

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

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

 a { background-color: rgb(88,103,134); }

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

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

 span { border-color: rgb(88,103,134); }

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