Html Css Color HEX #596375 Shuttle Grey

📋 copy color: '#596375'

red 89 ◦ green 99 ◦ blue 117

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

Shades of Shuttle Grey #596375

Tints of Shuttle Grey #596375

RGB

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

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

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

R = 29.18%
G = 32.46%
B = 38.36%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596375 (or 0x596375) is known color: Shuttle Grey. HEX triplet: 59, 63 and 75. RGB value is (89,99,117). Sum of RGB (Red+Green+Blue) = 89+99+117=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #596375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596375 is #A69C8A. Grayscale: #616161. Windows color (decimal): -10919051 or 7693145. OLE color: 7693145.

HSL color Cylindrical-coordinate representation of color #596375: hue angle of 218.57º 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 #596375 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 99 117 -
CMYK 0.24 0.15 0 0.54
HSL 218.57º 0.14% 0.4% -
HSV(B) 218.57º 0.24% 0.46% -
XYZ 11.79 12.33 18.59 -
YUV 98.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 89 99 117 0.24 0.15 0 0.54 218.57 0.14 0.4
Hex 59 63 75 18 F 0 36 DB E 28
Octal 131 143 165 30 17 0 66 333 16 50
Binary 1011001 1100011 1110101 11000 1111 0 110110 11011011 1110 101000

Color Harmonies of #596375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596375

Black with #596375

Text Example


Text Example

White with #596375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596375; }

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

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

background-color css

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

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

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

border-color css

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

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

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