Html Css Color HEX #59646A Shuttle Grey

📋 copy color: '#59646A'

red 89 ◦ green 100 ◦ blue 106

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

Shades of Shuttle Grey #59646A

Tints of Shuttle Grey #59646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 30.17%
G = 33.9%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#59646A (or 0x59646A) is known color: Shuttle Grey. HEX triplet: 59, 64 and 6A. RGB value is (89,100,106). Sum of RGB (Red+Green+Blue) = 89+100+106=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #59646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59646A is #A69B95. Grayscale: #616161. Windows color (decimal): -10918806 or 6972505. OLE color: 6972505.

HSL color Cylindrical-coordinate representation of color #59646A: hue angle of 201.18º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #59646A is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 100 106 -
CMYK 0.16 0.06 0 0.58
HSL 201.18º 0.09% 0.38% -
HSV(B) 201.18º 0.16% 0.42% -
XYZ 11.28 12.28 15.41 -
YUV 97.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 89 100 106 0.16 0.06 0 0.58 201.18 0.09 0.38
Hex 59 64 6A 10 6 0 3A C9 9 26
Octal 131 144 152 20 6 0 72 311 11 46
Binary 1011001 1100100 1101010 10000 110 0 111010 11001001 1001 100110

Color Harmonies of #59646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59646A

Black with #59646A

Text Example


Text Example

White with #59646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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