Html Css Color HEX #596970 Pale Sky

📋 copy color: '#596970'

red 89 ◦ green 105 ◦ blue 112

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

Shades of Pale Sky #596970

Tints of Pale Sky #596970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 29.08%
G = 34.31%
B = 36.6%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596970 (or 0x596970) is known color: Pale Sky. HEX triplet: 59, 69 and 70. RGB value is (89,105,112). Sum of RGB (Red+Green+Blue) = 89+105+112=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #596970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596970 is #A6968F. Grayscale: #646464. Windows color (decimal): -10917520 or 7367001. OLE color: 7367001.

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

Color convert

RGB 89 105 112 -
CMYK 0.21 0.06 0 0.56
HSL 198.26º 0.11% 0.39% -
HSV(B) 198.26º 0.21% 0.44% -
XYZ 12.1 13.4 17.28 -
YUV 101.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 89 105 112 0.21 0.06 0 0.56 198.26 0.11 0.39
Hex 59 69 70 15 6 0 38 C6 B 27
Octal 131 151 160 25 6 0 70 306 13 47
Binary 1011001 1101001 1110000 10101 110 0 111000 11000110 1011 100111

Color Harmonies of #596970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596970

Black with #596970

Text Example


Text Example

White with #596970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596970; }

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

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

background-color css

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

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

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

border-color css

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

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

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