Html Css Color HEX #596571 Shuttle Grey

📋 copy color: '#596571'

red 89 ◦ green 101 ◦ blue 113

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

Shades of Shuttle Grey #596571

Tints of Shuttle Grey #596571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 29.37%
G = 33.33%
B = 37.29%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596571 (or 0x596571) is known color: Shuttle Grey. HEX triplet: 59, 65 and 71. RGB value is (89,101,113). Sum of RGB (Red+Green+Blue) = 89+101+113=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #596571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596571 is #A69A8E. Grayscale: #626262. Windows color (decimal): -10918543 or 7431513. OLE color: 7431513.

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

Color convert

RGB 89 101 113 -
CMYK 0.21 0.11 0 0.56
HSL 210º 0.12% 0.4% -
HSV(B) 210º 0.21% 0.44% -
XYZ 11.75 12.62 17.44 -
YUV 98.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 89 101 113 0.21 0.11 0 0.56 210 0.12 0.4
Hex 59 65 71 15 B 0 38 D2 C 28
Octal 131 145 161 25 13 0 70 322 14 50
Binary 1011001 1100101 1110001 10101 1011 0 111000 11010010 1100 101000

Color Harmonies of #596571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596571

Black with #596571

Text Example


Text Example

White with #596571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596571; }

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

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

background-color css

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

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

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

border-color css

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

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

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