Html Css Color HEX #596470 Shuttle Grey

📋 copy color: '#596470'

red 89 ◦ green 100 ◦ blue 112

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

Shades of Shuttle Grey #596470

Tints of Shuttle Grey #596470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 29.57%
G = 33.22%
B = 37.21%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596470 (or 0x596470) is known color: Shuttle Grey. HEX triplet: 59, 64 and 70. RGB value is (89,100,112). Sum of RGB (Red+Green+Blue) = 89+100+112=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #596470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596470 is #A69B8F. Grayscale: #626262. Windows color (decimal): -10918800 or 7365721. OLE color: 7365721.

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

Color convert

RGB 89 100 112 -
CMYK 0.21 0.11 0 0.56
HSL 211.3º 0.11% 0.39% -
HSV(B) 211.3º 0.21% 0.44% -
XYZ 11.6 12.41 17.11 -
YUV 98.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 89 100 112 0.21 0.11 0 0.56 211.3 0.11 0.39
Hex 59 64 70 15 B 0 38 D3 B 27
Octal 131 144 160 25 13 0 70 323 13 47
Binary 1011001 1100100 1110000 10101 1011 0 111000 11010011 1011 100111

Color Harmonies of #596470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596470

Black with #596470

Text Example


Text Example

White with #596470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596470; }

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

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

background-color css

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

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

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

border-color css

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

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

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