Html Css Color HEX #596372 Shuttle Grey

📋 copy color: '#596372'

red 89 ◦ green 99 ◦ blue 114

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

Shades of Shuttle Grey #596372

Tints of Shuttle Grey #596372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 29.47%
G = 32.78%
B = 37.75%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596372 (or 0x596372) is known color: Shuttle Grey. HEX triplet: 59, 63 and 72. RGB value is (89,99,114). Sum of RGB (Red+Green+Blue) = 89+99+114=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #596372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596372 is #A69C8D. Grayscale: #616161. Windows color (decimal): -10919054 or 7496537. OLE color: 7496537.

HSL color Cylindrical-coordinate representation of color #596372: hue angle of 216º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596372 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 99 114 -
CMYK 0.22 0.13 0 0.55
HSL 216º 0.12% 0.4% -
HSV(B) 216º 0.22% 0.45% -
XYZ 11.62 12.26 17.67 -
YUV 97.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 89 99 114 0.22 0.13 0 0.55 216 0.12 0.4
Hex 59 63 72 16 D 0 37 D8 C 28
Octal 131 143 162 26 15 0 67 330 14 50
Binary 1011001 1100011 1110010 10110 1101 0 110111 11011000 1100 101000

Color Harmonies of #596372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596372

Black with #596372

Text Example


Text Example

White with #596372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596372; }

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

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

background-color css

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

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

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

border-color css

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

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

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