Html Css Color HEX #596374 Shuttle Grey

📋 copy color: '#596374'

red 89 ◦ green 99 ◦ blue 116

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

Shades of Shuttle Grey #596374

Tints of Shuttle Grey #596374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 29.28%
G = 32.57%
B = 38.16%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596374 (or 0x596374) is known color: Shuttle Grey. HEX triplet: 59, 63 and 74. RGB value is (89,99,116). Sum of RGB (Red+Green+Blue) = 89+99+116=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #596374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596374 is #A69C8B. Grayscale: #616161. Windows color (decimal): -10919052 or 7627609. OLE color: 7627609.

HSL color Cylindrical-coordinate representation of color #596374: hue angle of 217.78º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596374 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 99 116 -
CMYK 0.23 0.15 0 0.55
HSL 217.78º 0.13% 0.4% -
HSV(B) 217.78º 0.23% 0.45% -
XYZ 11.73 12.31 18.28 -
YUV 97.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 89 99 116 0.23 0.15 0 0.55 217.78 0.13 0.4
Hex 59 63 74 17 F 0 37 DA D 28
Octal 131 143 164 27 17 0 67 332 15 50
Binary 1011001 1100011 1110100 10111 1111 0 110111 11011010 1101 101000

Color Harmonies of #596374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596374

Black with #596374

Text Example


Text Example

White with #596374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596374; }

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

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

background-color css

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

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

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

border-color css

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

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

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