Html Css Color HEX #596170 Shuttle Grey

📋 copy color: '#596170'

red 89 ◦ green 97 ◦ blue 112

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

Shades of Shuttle Grey #596170

Tints of Shuttle Grey #596170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 29.87%
G = 32.55%
B = 37.58%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596170 (or 0x596170) is known color: Shuttle Grey. HEX triplet: 59, 61 and 70. RGB value is (89,97,112). Sum of RGB (Red+Green+Blue) = 89+97+112=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #596170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596170 is #A69E8F. Grayscale: #606060. Windows color (decimal): -10919568 or 7364953. OLE color: 7364953.

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

Color convert

RGB 89 97 112 -
CMYK 0.21 0.13 0 0.56
HSL 219.13º 0.11% 0.39% -
HSV(B) 219.13º 0.21% 0.44% -
XYZ 11.32 11.84 17.02 -
YUV 96.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 89 97 112 0.21 0.13 0 0.56 219.13 0.11 0.39
Hex 59 61 70 15 D 0 38 DB B 27
Octal 131 141 160 25 15 0 70 333 13 47
Binary 1011001 1100001 1110000 10101 1101 0 111000 11011011 1011 100111

Color Harmonies of #596170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596170

Black with #596170

Text Example


Text Example

White with #596170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596170; }

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

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

background-color css

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

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

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

border-color css

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

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

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