Html Css Color HEX #59686F Pale Sky

📋 copy color: '#59686F'

red 89 ◦ green 104 ◦ blue 111

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

Shades of Pale Sky #59686F

Tints of Pale Sky #59686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 29.28%
G = 34.21%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59686F (or 0x59686F) is known color: Pale Sky. HEX triplet: 59, 68 and 6F. RGB value is (89,104,111). Sum of RGB (Red+Green+Blue) = 89+104+111=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #59686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59686F is #A69790. Grayscale: #646464. Windows color (decimal): -10917777 or 7301209. OLE color: 7301209.

HSL color Cylindrical-coordinate representation of color #59686F: hue angle of 199.09º 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 #59686F is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 104 111 -
CMYK 0.20 0.06 0 0.56
HSL 199.09º 0.11% 0.39% -
HSV(B) 199.09º 0.2% 0.44% -
XYZ 11.94 13.17 16.95 -
YUV 100.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 89 104 111 0.20 0.06 0 0.56 199.09 0.11 0.39
Hex 59 68 6F 14 6 0 38 C7 B 27
Octal 131 150 157 24 6 0 70 307 13 47
Binary 1011001 1101000 1101111 10100 110 0 111000 11000111 1011 100111

Color Harmonies of #59686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59686F

Black with #59686F

Text Example


Text Example

White with #59686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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