#59666C

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

Shades of Pale Sky #59666C

Tints of Pale Sky #59666C

Color information

#59666C (or 0x59666C) is unknown color: approx Pale Sky. HEX triplet: 59, 66 and 6C. RGB value is (89,102,108). Sum of RGB (Red+Green+Blue) = 89+102+108=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #59666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59666C is #A69993. Grayscale: #626262. Windows color (decimal): -10918292 or 7104089. OLE color: 7104089.

HSL color Cylindrical-coordinate representation of color #59666C: hue angle of 198.95º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59666C is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB89102108-
CMYK0.180.0600.58
HSL198.95º9.64%38.63%-
HSV(B)198.95º17.59%42.35%-
XYZ11.5812.7116.03-
YUV98.8133.19121.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=29.77%
G=34.11%
B=36.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal891021080.180.0600.58198.959.6438.63
Hex59666C12603Ac7a27
Octal1311461542260723071247
Binary101100111001101101100100101100111010110001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59666C; }

 p { color: rgb(89,102,108); }

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

<style>
 a { background-color: #59666C; }

 a { background-color: rgb(89,102,108); }

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

<style>
 span { border-color: #59666C; }

 span { border-color: rgb(89,102,108); }

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