#586B6D

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

Shades of Pale Sky #586B6D

Tints of Pale Sky #586B6D

Color information

#586B6D (or 0x586B6D) is unknown color: approx Pale Sky. HEX triplet: 58, 6B and 6D. RGB value is (88,107,109). Sum of RGB (Red+Green+Blue) = 88+107+109=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #586B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B6D is #A79492. Grayscale: #656565. Windows color (decimal): -10982547 or 7170904. OLE color: 7170904.

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

Color convert

RGB88107109-
CMYK0.190.0200.57
HSL185.71º10.66%38.63%-
HSV(B)185.71º19.27%42.75%-
XYZ12.0413.6916.48-
YUV101.55132.21118.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=28.95%
G=35.20%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal881071090.190.0200.57185.7110.6638.63
Hex586B6D132039bab27
Octal1301531552320712721347
Binary10110001101011110110110011100111001101110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,109); }

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

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

 a { background-color: rgb(88,107,109); }

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

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

 span { border-color: rgb(88,107,109); }

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