Html Css Color HEX #596A6D Pale Sky

📋 copy color: '#596A6D'

red 89 ◦ green 106 ◦ blue 109

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

Shades of Pale Sky #596A6D

Tints of Pale Sky #596A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 29.28%
G = 34.87%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#596A6D (or 0x596A6D) is known color: Pale Sky. HEX triplet: 59, 6A and 6D. RGB value is (89,106,109). Sum of RGB (Red+Green+Blue) = 89+106+109=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #596A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A6D is #A69592. Grayscale: #656565. Windows color (decimal): -10917267 or 7170649. OLE color: 7170649.

HSL color Cylindrical-coordinate representation of color #596A6D: hue angle of 189º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596A6D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 106 109 -
CMYK 0.18 0.03 0 0.57
HSL 189º 0.1% 0.39% -
HSV(B) 189º 0.18% 0.43% -
XYZ 12.03 13.54 16.45 -
YUV 101.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 89 106 109 0.18 0.03 0 0.57 189 0.1 0.39
Hex 59 6A 6D 12 3 0 39 BD A 27
Octal 131 152 155 22 3 0 71 275 12 47
Binary 1011001 1101010 1101101 10010 11 0 111001 10111101 1010 100111

Color Harmonies of #596A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A6D

Black with #596A6D

Text Example


Text Example

White with #596A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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