Html Css Color HEX #59696F Pale Sky

📋 copy color: '#59696F'

red 89 ◦ green 105 ◦ blue 111

#59696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #59696F

Tints of Pale Sky #59696F

RGB

 RED value IS 89 (35.16% from 255) = 29.18%

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 29.18%
G = 34.43%
B = 36.39%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59696F (or 0x59696F) is known color: Pale Sky. HEX triplet: 59, 69 and 6F. RGB value is (89,105,111). Sum of RGB (Red+Green+Blue) = 89+105+111=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 111 - color contains mainly: blue. Hex color #59696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59696F is #A69690. Grayscale: #646464. Windows color (decimal): -10917521 or 7301465. OLE color: 7301465.

HSL color Cylindrical-coordinate representation of color #59696F: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59696F is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 105 111 -
CMYK 0.20 0.05 0 0.56
HSL 196.36º 0.11% 0.39% -
HSV(B) 196.36º 0.2% 0.44% -
XYZ 12.04 13.37 16.99 -
YUV 100.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 89 105 111 0.20 0.05 0 0.56 196.36 0.11 0.39
Hex 59 69 6F 14 5 0 38 C4 B 27
Octal 131 151 157 24 5 0 70 304 13 47
Binary 1011001 1101001 1101111 10100 101 0 111000 11000100 1011 100111

Color Harmonies of #59696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59696F

Black with #59696F

Text Example


Text Example

White with #59696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59696F; }

 p { color: rgb(89,105,111); }

 H1.HeaderClassName
 {
   color: #59696F;
 }
 .AnyTagClassName
 {
   color: #59696F;
 }
</style>

background-color css

<style>
 a { background-color: #59696F; }

 a { background-color: rgb(89,105,111); }

 div.DivClassName
 {
   background-color: #59696F;
 }
 .BgClassName
 {
   background-color: #59696F;
 }
</style>

border-color css

<style>
 span { border-color: #59696F; }

 span { border-color: rgb(89,105,111); }

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