Html Css Color HEX #596A70 Pale Sky

📋 copy color: '#596A70'

red 89 ◦ green 106 ◦ blue 112

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

Shades of Pale Sky #596A70

Tints of Pale Sky #596A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 28.99%
G = 34.53%
B = 36.48%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596A70 (or 0x596A70) is known color: Pale Sky. HEX triplet: 59, 6A and 70. RGB value is (89,106,112). Sum of RGB (Red+Green+Blue) = 89+106+112=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #596A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A70 is #A6958F. Grayscale: #656565. Windows color (decimal): -10917264 or 7367257. OLE color: 7367257.

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

Color convert

RGB 89 106 112 -
CMYK 0.21 0.05 0 0.56
HSL 195.65º 0.11% 0.39% -
HSV(B) 195.65º 0.21% 0.44% -
XYZ 12.2 13.6 17.31 -
YUV 101.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 89 106 112 0.21 0.05 0 0.56 195.65 0.11 0.39
Hex 59 6A 70 15 5 0 38 C4 B 27
Octal 131 152 160 25 5 0 70 304 13 47
Binary 1011001 1101010 1110000 10101 101 0 111000 11000100 1011 100111

Color Harmonies of #596A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A70

Black with #596A70

Text Example


Text Example

White with #596A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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