Html Css Color HEX #596071 Shuttle Grey

📋 copy color: '#596071'

red 89 ◦ green 96 ◦ blue 113

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

Shades of Shuttle Grey #596071

Tints of Shuttle Grey #596071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 29.87%
G = 32.21%
B = 37.92%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596071 (or 0x596071) is known color: Shuttle Grey. HEX triplet: 59, 60 and 71. RGB value is (89,96,113). Sum of RGB (Red+Green+Blue) = 89+96+113=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #596071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596071 is #A69F8E. Grayscale: #5F5F5F. Windows color (decimal): -10919823 or 7430233. OLE color: 7430233.

HSL color Cylindrical-coordinate representation of color #596071: hue angle of 222.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596071 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 96 113 -
CMYK 0.21 0.15 0 0.56
HSL 222.5º 0.12% 0.4% -
HSV(B) 222.5º 0.21% 0.44% -
XYZ 11.28 11.68 17.28 -
YUV 95.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 89 96 113 0.21 0.15 0 0.56 222.5 0.12 0.4
Hex 59 60 71 15 F 0 38 DE C 28
Octal 131 140 161 25 17 0 70 336 14 50
Binary 1011001 1100000 1110001 10101 1111 0 111000 11011110 1100 101000

Color Harmonies of #596071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596071

Black with #596071

Text Example


Text Example

White with #596071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596071; }

 p { color: rgb(89,96,113); }

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

background-color css

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

 a { background-color: rgb(89,96,113); }

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

border-color css

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

 span { border-color: rgb(89,96,113); }

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