Html Css Color HEX #596A6F Pale Sky

📋 copy color: '#596A6F'

red 89 ◦ green 106 ◦ blue 111

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

Shades of Pale Sky #596A6F

Tints of Pale Sky #596A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

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

R = 29.08%
G = 34.64%
B = 36.27%

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

#596A6F (or 0x596A6F) is known color: Pale Sky. HEX triplet: 59, 6A and 6F. RGB value is (89,106,111). Sum of RGB (Red+Green+Blue) = 89+106+111=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #596A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A6F is #A69590. Grayscale: #656565. Windows color (decimal): -10917265 or 7301721. OLE color: 7301721.

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

Color convert

RGB 89 106 111 -
CMYK 0.20 0.05 0 0.56
HSL 193.64º 0.11% 0.39% -
HSV(B) 193.64º 0.2% 0.44% -
XYZ 12.14 13.58 17.02 -
YUV 101.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 89 106 111 0.20 0.05 0 0.56 193.64 0.11 0.39
Hex 59 6A 6F 14 5 0 38 C2 B 27
Octal 131 152 157 24 5 0 70 302 13 47
Binary 1011001 1101010 1101111 10100 101 0 111000 11000010 1011 100111

Color Harmonies of #596A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A6F

Black with #596A6F

Text Example


Text Example

White with #596A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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