#59666A

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

Shades of Pale Sky #59666A

Tints of Pale Sky #59666A

Color information

#59666A (or 0x59666A) is unknown color: approx Pale Sky. HEX triplet: 59, 66 and 6A. RGB value is (89,102,106). Sum of RGB (Red+Green+Blue) = 89+102+106=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #59666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59666A is #A69995. Grayscale: #626262. Windows color (decimal): -10918294 or 6973017. OLE color: 6973017.

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

Color convert

RGB89102106-
CMYK0.160.0400.58
HSL194.12º8.72%38.24%-
HSV(B)194.12º16.04%41.57%-
XYZ11.4712.6715.48-
YUV98.57132.19121.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=29.97%
G=34.34%
B=35.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal891021060.160.0400.58194.128.7238.24
Hex59666A10403Ac2926
Octal1311461522040723021146
Binary101100111001101101010100001000111010110000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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