#586C6F

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

Shades of Pale Sky #586C6F

Tints of Pale Sky #586C6F

Color information

#586C6F (or 0x586C6F) is unknown color: approx Pale Sky. HEX triplet: 58, 6C and 6F. RGB value is (88,108,111). Sum of RGB (Red+Green+Blue) = 88+108+111=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: blue. Hex color #586C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C6F is #A79390. Grayscale: #666666. Windows color (decimal): -10982289 or 7302232. OLE color: 7302232.

HSL color Cylindrical-coordinate representation of color #586C6F: hue angle of 187.83º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586C6F is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88108111-
CMYK0.210.0300.56
HSL187.83º11.56%39.02%-
HSV(B)187.83º20.72%43.53%-
XYZ12.2613.9517.09-
YUV102.36132.87117.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=28.66%
G=35.18%
B=36.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881081110.210.0300.56187.8311.5639.02
Hex586C6F153038bcc27
Octal1301541572530702741447
Binary10110001101100110111110101110111000101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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