#586A6E

Color #586A6E Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #586A6E

Tints of Pale Sky #586A6E

Color information

#586A6E (or 0x586A6E) is unknown color: approx Pale Sky. HEX triplet: 58, 6A and 6E. RGB value is (88,106,110). Sum of RGB (Red+Green+Blue) = 88+106+110=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #586A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A6E is #A79591. Grayscale: #656565. Windows color (decimal): -10982802 or 7236184. OLE color: 7236184.

HSL color Cylindrical-coordinate representation of color #586A6E: hue angle of 190.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586A6E is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB88106110-
CMYK0.20.0400.57
HSL190.91º11.11%38.82%-
HSV(B)190.91º20%43.14%-
XYZ11.9913.5116.73-
YUV101.07133.04118.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=28.95%
G=34.87%
B=36.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal881061100.20.0400.57190.9111.1138.82
Hex586A6E144039bfb27
Octal1301521562440712771347
Binary101100011010101101110101001000111001101111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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