Html Css Color HEX #596475 Shuttle Grey

📋 copy color: '#596475'

red 89 ◦ green 100 ◦ blue 117

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

Shades of Shuttle Grey #596475

Tints of Shuttle Grey #596475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 29.08%
G = 32.68%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#596475 (or 0x596475) is known color: Shuttle Grey. HEX triplet: 59, 64 and 75. RGB value is (89,100,117). Sum of RGB (Red+Green+Blue) = 89+100+117=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #596475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596475 is #A69B8A. Grayscale: #626262. Windows color (decimal): -10918795 or 7693401. OLE color: 7693401.

HSL color Cylindrical-coordinate representation of color #596475: hue angle of 216.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596475 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 100 117 -
CMYK 0.24 0.15 0 0.54
HSL 216.43º 0.14% 0.4% -
HSV(B) 216.43º 0.24% 0.46% -
XYZ 11.89 12.52 18.62 -
YUV 98.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 89 100 117 0.24 0.15 0 0.54 216.43 0.14 0.4
Hex 59 64 75 18 F 0 36 D8 E 28
Octal 131 144 165 30 17 0 66 330 16 50
Binary 1011001 1100100 1110101 11000 1111 0 110110 11011000 1110 101000

Color Harmonies of #596475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596475

Black with #596475

Text Example


Text Example

White with #596475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596475; }

 p { color: rgb(89,100,117); }

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

background-color css

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

 a { background-color: rgb(89,100,117); }

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

border-color css

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

 span { border-color: rgb(89,100,117); }

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