Html Css Color HEX #596872 Shuttle Grey

📋 copy color: '#596872'

red 89 ◦ green 104 ◦ blue 114

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

Shades of Shuttle Grey #596872

Tints of Shuttle Grey #596872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

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

R = 28.99%
G = 33.88%
B = 37.13%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596872 (or 0x596872) is known color: Shuttle Grey. HEX triplet: 59, 68 and 72. RGB value is (89,104,114). Sum of RGB (Red+Green+Blue) = 89+104+114=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #596872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596872 is #A6978D. Grayscale: #646464. Windows color (decimal): -10917774 or 7497817. OLE color: 7497817.

HSL color Cylindrical-coordinate representation of color #596872: hue angle of 204º 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 #596872 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 104 114 -
CMYK 0.22 0.09 0 0.55
HSL 204º 0.12% 0.4% -
HSV(B) 204º 0.22% 0.45% -
XYZ 12.11 13.24 17.84 -
YUV 100.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 89 104 114 0.22 0.09 0 0.55 204 0.12 0.4
Hex 59 68 72 16 9 0 37 CC C 28
Octal 131 150 162 26 11 0 67 314 14 50
Binary 1011001 1101000 1110010 10110 1001 0 110111 11001100 1100 101000

Color Harmonies of #596872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596872

Black with #596872

Text Example


Text Example

White with #596872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596872; }

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

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

background-color css

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

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

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

border-color css

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

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

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