Html Css Color HEX #596575 Shuttle Grey

📋 copy color: '#596575'

red 89 ◦ green 101 ◦ blue 117

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

Shades of Shuttle Grey #596575

Tints of Shuttle Grey #596575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 28.99%
G = 32.9%
B = 38.11%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596575 (or 0x596575) is known color: Shuttle Grey. HEX triplet: 59, 65 and 75. RGB value is (89,101,117). Sum of RGB (Red+Green+Blue) = 89+101+117=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #596575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596575 is #A69A8A. Grayscale: #636363. Windows color (decimal): -10918539 or 7693657. OLE color: 7693657.

HSL color Cylindrical-coordinate representation of color #596575: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596575 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 101 117 -
CMYK 0.24 0.14 0 0.54
HSL 214.29º 0.14% 0.4% -
HSV(B) 214.29º 0.24% 0.46% -
XYZ 11.98 12.72 18.65 -
YUV 99.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 89 101 117 0.24 0.14 0 0.54 214.29 0.14 0.4
Hex 59 65 75 18 E 0 36 D6 E 28
Octal 131 145 165 30 16 0 66 326 16 50
Binary 1011001 1100101 1110101 11000 1110 0 110110 11010110 1110 101000

Color Harmonies of #596575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596575

Black with #596575

Text Example


Text Example

White with #596575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596575; }

 p { color: rgb(89,101,117); }

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

background-color css

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

 a { background-color: rgb(89,101,117); }

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

border-color css

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

 span { border-color: rgb(89,101,117); }

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