Html Css Color HEX #596971 Pale Sky

📋 copy color: '#596971'

red 89 ◦ green 105 ◦ blue 113

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

Shades of Pale Sky #596971

Tints of Pale Sky #596971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 28.99%
G = 34.2%
B = 36.81%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596971 (or 0x596971) is known color: Pale Sky. HEX triplet: 59, 69 and 71. RGB value is (89,105,113). Sum of RGB (Red+Green+Blue) = 89+105+113=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #596971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596971 is #A6968E. Grayscale: #656565. Windows color (decimal): -10917519 or 7432537. OLE color: 7432537.

HSL color Cylindrical-coordinate representation of color #596971: hue angle of 200º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596971 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 105 113 -
CMYK 0.21 0.07 0 0.56
HSL 200º 0.12% 0.4% -
HSV(B) 200º 0.21% 0.44% -
XYZ 12.15 13.42 17.57 -
YUV 101.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 89 105 113 0.21 0.07 0 0.56 200 0.12 0.4
Hex 59 69 71 15 7 0 38 C8 C 28
Octal 131 151 161 25 7 0 70 310 14 50
Binary 1011001 1101001 1110001 10101 111 0 111000 11001000 1100 101000

Color Harmonies of #596971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596971

Black with #596971

Text Example


Text Example

White with #596971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596971; }

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

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

background-color css

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

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

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

border-color css

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

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

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