#586F73

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

Shades of Pale Sky #586F73

Tints of Pale Sky #586F73

Color information

#586F73 (or 0x586F73) is unknown color: approx Pale Sky. HEX triplet: 58, 6F and 73. RGB value is (88,111,115). Sum of RGB (Red+Green+Blue) = 88+111+115=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #586F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F73 is #A7908C. Grayscale: #686868. Windows color (decimal): -10981517 or 7565144. OLE color: 7565144.

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

Color convert

RGB88111115-
CMYK0.230.0300.55
HSL188.89º13.3%39.8%-
HSV(B)188.89º23.48%45.1%-
XYZ12.814.6818.38-
YUV104.58133.88116.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=28.03%
G=35.35%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881111150.230.0300.55188.8913.339.8
Hex586F73173037bdd28
Octal1301571632730672751550
Binary10110001101111111001110111110110111101111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,115); }

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

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

 a { background-color: rgb(88,111,115); }

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

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

 span { border-color: rgb(88,111,115); }

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