#586886

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

Shades of Kashmir Blue #586886

Tints of Kashmir Blue #586886

Color information

#586886 (or 0x586886) is unknown color: approx Kashmir Blue. HEX triplet: 58, 68 and 86. RGB value is (88,104,134). Sum of RGB (Red+Green+Blue) = 88+104+134=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #586886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586886 is #A79779. Grayscale: #666666. Windows color (decimal): -10983290 or 8808536. OLE color: 8808536.

HSL color Cylindrical-coordinate representation of color #586886: hue angle of 219.13º 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 #586886 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88104134-
CMYK0.340.2200.47
HSL219.13º20.72%43.53%-
HSV(B)219.13º34.33%52.55%-
XYZ13.2813.724.5-
YUV102.64145.7117.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=26.99%
G=31.90%
B=41.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881041340.340.2200.47219.1320.7243.53
Hex586886221602Fdb152c
Octal13015020642260573332554
Binary10110001101000100001101000101011001011111101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586886; }

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

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

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

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

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

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

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

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