Html Css Color HEX #596E74 Pale Sky

📋 copy color: '#596E74'

red 89 ◦ green 110 ◦ blue 116

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

Shades of Pale Sky #596E74

Tints of Pale Sky #596E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

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

R = 28.25%
G = 34.92%
B = 36.83%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596E74 (or 0x596E74) is known color: Pale Sky. HEX triplet: 59, 6E and 74. RGB value is (89,110,116). Sum of RGB (Red+Green+Blue) = 89+110+116=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #596E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E74 is #A6918B. Grayscale: #686868. Windows color (decimal): -10916236 or 7630425. OLE color: 7630425.

HSL color Cylindrical-coordinate representation of color #596E74: hue angle of 193.33º 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 #596E74 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 110 116 -
CMYK 0.23 0.05 0 0.55
HSL 193.33º 0.13% 0.4% -
HSV(B) 193.33º 0.23% 0.45% -
XYZ 12.85 14.54 18.65 -
YUV 104.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 89 110 116 0.23 0.05 0 0.55 193.33 0.13 0.4
Hex 59 6E 74 17 5 0 37 C1 D 28
Octal 131 156 164 27 5 0 67 301 15 50
Binary 1011001 1101110 1110100 10111 101 0 110111 11000001 1101 101000

Color Harmonies of #596E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E74

Black with #596E74

Text Example


Text Example

White with #596E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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