Html Css Color HEX #596370 Shuttle Grey

📋 copy color: '#596370'

red 89 ◦ green 99 ◦ blue 112

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

Shades of Shuttle Grey #596370

Tints of Shuttle Grey #596370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 29.67%
G = 33%
B = 37.33%

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

#596370 (or 0x596370) is known color: Shuttle Grey. HEX triplet: 59, 63 and 70. RGB value is (89,99,112). Sum of RGB (Red+Green+Blue) = 89+99+112=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #596370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596370 is #A69C8F. Grayscale: #616161. Windows color (decimal): -10919056 or 7365465. OLE color: 7365465.

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

Color convert

RGB 89 99 112 -
CMYK 0.21 0.12 0 0.56
HSL 213.91º 0.11% 0.39% -
HSV(B) 213.91º 0.21% 0.44% -
XYZ 11.51 12.22 17.08 -
YUV 97.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 89 99 112 0.21 0.12 0 0.56 213.91 0.11 0.39
Hex 59 63 70 15 C 0 38 D6 B 27
Octal 131 143 160 25 14 0 70 326 13 47
Binary 1011001 1100011 1110000 10101 1100 0 111000 11010110 1011 100111

Color Harmonies of #596370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596370

Black with #596370

Text Example


Text Example

White with #596370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596370; }

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

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

background-color css

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

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

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

border-color css

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

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

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