#59656A

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

Shades of Pale Sky #59656A

Tints of Pale Sky #59656A

Color information

#59656A (or 0x59656A) is unknown color: approx Pale Sky. HEX triplet: 59, 65 and 6A. RGB value is (89,101,106). Sum of RGB (Red+Green+Blue) = 89+101+106=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #59656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59656A is #A69A95. Grayscale: #616161. Windows color (decimal): -10918550 or 6972761. OLE color: 6972761.

HSL color Cylindrical-coordinate representation of color #59656A: hue angle of 197.65º 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 #59656A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB89101106-
CMYK0.160.0500.58
HSL197.65º8.72%38.24%-
HSV(B)197.65º16.04%41.57%-
XYZ11.3812.4715.44-
YUV97.98132.52121.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=30.07%
G=34.12%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal891011060.160.0500.58197.658.7238.24
Hex59656A10503Ac6926
Octal1311451522050723061146
Binary101100111001011101010100001010111010110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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