Html Css Color HEX #596A77 Shuttle Grey

📋 copy color: '#596A77'

red 89 ◦ green 106 ◦ blue 119

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

Shades of Shuttle Grey #596A77

Tints of Shuttle Grey #596A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 28.34%
G = 33.76%
B = 37.9%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596A77 (or 0x596A77) is known color: Shuttle Grey. HEX triplet: 59, 6A and 77. RGB value is (89,106,119). Sum of RGB (Red+Green+Blue) = 89+106+119=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #596A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A77 is #A69588. Grayscale: #666666. Windows color (decimal): -10917257 or 7826009. OLE color: 7826009.

HSL color Cylindrical-coordinate representation of color #596A77: hue angle of 206º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596A77 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 106 119 -
CMYK 0.25 0.11 0 0.53
HSL 206º 0.14% 0.41% -
HSV(B) 206º 0.25% 0.47% -
XYZ 12.6 13.76 19.45 -
YUV 102.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 89 106 119 0.25 0.11 0 0.53 206 0.14 0.41
Hex 59 6A 77 19 B 0 35 CE E 29
Octal 131 152 167 31 13 0 65 316 16 51
Binary 1011001 1101010 1110111 11001 1011 0 110101 11001110 1110 101001

Color Harmonies of #596A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A77

Black with #596A77

Text Example


Text Example

White with #596A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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