#59686B

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

Shades of Pale Sky #59686B

Tints of Pale Sky #59686B

Color information

#59686B (or 0x59686B) is unknown color: approx Pale Sky. HEX triplet: 59, 68 and 6B. RGB value is (89,104,107). Sum of RGB (Red+Green+Blue) = 89+104+107=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #59686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59686B is #A69794. Grayscale: #636363. Windows color (decimal): -10917781 or 7039065. OLE color: 7039065.

HSL color Cylindrical-coordinate representation of color #59686B: hue angle of 190º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59686B is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB89104107-
CMYK0.170.0300.58
HSL190º9.18%38.43%-
HSV(B)190º16.82%41.96%-
XYZ11.7213.0915.82-
YUV99.86132.03120.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=29.67%
G=34.67%
B=35.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal891041070.170.0300.581909.1838.43
Hex59686B11303Abe926
Octal1311501532130722761146
Binary10110011101000110101110001110111010101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59686B; }

 p { color: rgb(89,104,107); }

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

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

 a { background-color: rgb(89,104,107); }

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

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

 span { border-color: rgb(89,104,107); }

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