Html Css Color HEX #596771 Shuttle Grey

📋 copy color: '#596771'

red 89 ◦ green 103 ◦ blue 113

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

Shades of Shuttle Grey #596771

Tints of Shuttle Grey #596771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 29.18%
G = 33.77%
B = 37.05%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#596771 (or 0x596771) is known color: Shuttle Grey. HEX triplet: 59, 67 and 71. RGB value is (89,103,113). Sum of RGB (Red+Green+Blue) = 89+103+113=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #596771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596771 is #A6988E. Grayscale: #636363. Windows color (decimal): -10918031 or 7432025. OLE color: 7432025.

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

Color convert

RGB 89 103 113 -
CMYK 0.21 0.09 0 0.56
HSL 205º 0.12% 0.4% -
HSV(B) 205º 0.21% 0.44% -
XYZ 11.95 13.02 17.51 -
YUV 99.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 89 103 113 0.21 0.09 0 0.56 205 0.12 0.4
Hex 59 67 71 15 9 0 38 CD C 28
Octal 131 147 161 25 11 0 70 315 14 50
Binary 1011001 1100111 1110001 10101 1001 0 111000 11001101 1100 101000

Color Harmonies of #596771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596771

Black with #596771

Text Example


Text Example

White with #596771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596771; }

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

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

background-color css

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

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

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

border-color css

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

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

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