Html Css Color HEX #596471 Shuttle Grey

📋 copy color: '#596471'

red 89 ◦ green 100 ◦ blue 113

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

Shades of Shuttle Grey #596471

Tints of Shuttle Grey #596471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 29.47%
G = 33.11%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596471 (or 0x596471) is known color: Shuttle Grey. HEX triplet: 59, 64 and 71. RGB value is (89,100,113). Sum of RGB (Red+Green+Blue) = 89+100+113=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #596471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596471 is #A69B8E. Grayscale: #626262. Windows color (decimal): -10918799 or 7431257. OLE color: 7431257.

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

Color convert

RGB 89 100 113 -
CMYK 0.21 0.12 0 0.56
HSL 212.5º 0.12% 0.4% -
HSV(B) 212.5º 0.21% 0.44% -
XYZ 11.66 12.43 17.41 -
YUV 98.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 89 100 113 0.21 0.12 0 0.56 212.5 0.12 0.4
Hex 59 64 71 15 C 0 38 D4 C 28
Octal 131 144 161 25 14 0 70 324 14 50
Binary 1011001 1100100 1110001 10101 1100 0 111000 11010100 1100 101000

Color Harmonies of #596471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596471

Black with #596471

Text Example


Text Example

White with #596471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596471; }

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

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

background-color css

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

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

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

border-color css

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

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

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