Html Css Color HEX #596377 Shuttle Grey

📋 copy color: '#596377'

red 89 ◦ green 99 ◦ blue 119

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

Shades of Shuttle Grey #596377

Tints of Shuttle Grey #596377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 119 (46.88% from 255) = 38.76%

R = 28.99%
G = 32.25%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596377 (or 0x596377) is known color: Shuttle Grey. HEX triplet: 59, 63 and 77. RGB value is (89,99,119). Sum of RGB (Red+Green+Blue) = 89+99+119=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #596377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596377 is #A69C88. Grayscale: #626262. Windows color (decimal): -10919049 or 7824217. OLE color: 7824217.

HSL color Cylindrical-coordinate representation of color #596377: hue angle of 220º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596377 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 99 119 -
CMYK 0.25 0.17 0 0.53
HSL 220º 0.14% 0.41% -
HSV(B) 220º 0.25% 0.47% -
XYZ 11.91 12.38 19.21 -
YUV 98.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 89 99 119 0.25 0.17 0 0.53 220 0.14 0.41
Hex 59 63 77 19 11 0 35 DC E 29
Octal 131 143 167 31 21 0 65 334 16 51
Binary 1011001 1100011 1110111 11001 10001 0 110101 11011100 1110 101001

Color Harmonies of #596377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596377

Black with #596377

Text Example


Text Example

White with #596377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596377; }

 p { color: rgb(89,99,119); }

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

background-color css

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

 a { background-color: rgb(89,99,119); }

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

border-color css

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

 span { border-color: rgb(89,99,119); }

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