Html Css Color HEX #596672 Shuttle Grey

📋 copy color: '#596672'

red 89 ◦ green 102 ◦ blue 114

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

Shades of Shuttle Grey #596672

Tints of Shuttle Grey #596672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

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

R = 29.18%
G = 33.44%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596672 (or 0x596672) is known color: Shuttle Grey. HEX triplet: 59, 66 and 72. RGB value is (89,102,114). Sum of RGB (Red+Green+Blue) = 89+102+114=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #596672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596672 is #A6998D. Grayscale: #636363. Windows color (decimal): -10918286 or 7497305. OLE color: 7497305.

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

Color convert

RGB 89 102 114 -
CMYK 0.22 0.11 0 0.55
HSL 208.8º 0.12% 0.4% -
HSV(B) 208.8º 0.22% 0.45% -
XYZ 11.91 12.84 17.77 -
YUV 99.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 89 102 114 0.22 0.11 0 0.55 208.8 0.12 0.4
Hex 59 66 72 16 B 0 37 D1 C 28
Octal 131 146 162 26 13 0 67 321 14 50
Binary 1011001 1100110 1110010 10110 1011 0 110111 11010001 1100 101000

Color Harmonies of #596672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596672

Black with #596672

Text Example


Text Example

White with #596672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596672; }

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

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

background-color css

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

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

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

border-color css

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

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

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