Html Css Color HEX #596A71 Pale Sky

📋 copy color: '#596A71'

red 89 ◦ green 106 ◦ blue 113

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

Shades of Pale Sky #596A71

Tints of Pale Sky #596A71

RGB

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

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

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

R = 28.9%
G = 34.42%
B = 36.69%

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

#596A71 (or 0x596A71) is known color: Pale Sky. HEX triplet: 59, 6A and 71. RGB value is (89,106,113). Sum of RGB (Red+Green+Blue) = 89+106+113=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #596A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A71 is #A6958E. Grayscale: #656565. Windows color (decimal): -10917263 or 7432793. OLE color: 7432793.

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

Color convert

RGB 89 106 113 -
CMYK 0.21 0.06 0 0.56
HSL 197.5º 0.12% 0.4% -
HSV(B) 197.5º 0.21% 0.44% -
XYZ 12.25 13.62 17.61 -
YUV 101.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 89 106 113 0.21 0.06 0 0.56 197.5 0.12 0.4
Hex 59 6A 71 15 6 0 38 C6 C 28
Octal 131 152 161 25 6 0 70 306 14 50
Binary 1011001 1101010 1110001 10101 110 0 111000 11000110 1100 101000

Color Harmonies of #596A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A71

Black with #596A71

Text Example


Text Example

White with #596A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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