Html Css Color HEX #596D74 Pale Sky

📋 copy color: '#596D74'

red 89 ◦ green 109 ◦ blue 116

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

Shades of Pale Sky #596D74

Tints of Pale Sky #596D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 28.34%
G = 34.71%
B = 36.94%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596D74 (or 0x596D74) is known color: Pale Sky. HEX triplet: 59, 6D and 74. RGB value is (89,109,116). Sum of RGB (Red+Green+Blue) = 89+109+116=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #596D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D74 is #A6928B. Grayscale: #676767. Windows color (decimal): -10916492 or 7630169. OLE color: 7630169.

HSL color Cylindrical-coordinate representation of color #596D74: hue angle of 195.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596D74 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 109 116 -
CMYK 0.23 0.06 0 0.55
HSL 195.56º 0.13% 0.4% -
HSV(B) 195.56º 0.23% 0.45% -
XYZ 12.74 14.32 18.62 -
YUV 103.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 89 109 116 0.23 0.06 0 0.55 195.56 0.13 0.4
Hex 59 6D 74 17 6 0 37 C4 D 28
Octal 131 155 164 27 6 0 67 304 15 50
Binary 1011001 1101101 1110100 10111 110 0 110111 11000100 1101 101000

Color Harmonies of #596D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D74

Black with #596D74

Text Example


Text Example

White with #596D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596D74; }

 p { color: rgb(89,109,116); }

 H1.HeaderClassName
 {
   color: #596D74;
 }
 .AnyTagClassName
 {
   color: #596D74;
 }
</style>

background-color css

<style>
 a { background-color: #596D74; }

 a { background-color: rgb(89,109,116); }

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

border-color css

<style>
 span { border-color: #596D74; }

 span { border-color: rgb(89,109,116); }

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