Html Css Color HEX #59646F Shuttle Grey

📋 copy color: '#59646F'

red 89 ◦ green 100 ◦ blue 111

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

Shades of Shuttle Grey #59646F

Tints of Shuttle Grey #59646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37%

R = 29.67%
G = 33.33%
B = 37%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#59646F (or 0x59646F) is known color: Shuttle Grey. HEX triplet: 59, 64 and 6F. RGB value is (89,100,111). Sum of RGB (Red+Green+Blue) = 89+100+111=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 111 - color contains mainly: blue. Hex color #59646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59646F is #A69B90. Grayscale: #616161. Windows color (decimal): -10918801 or 7300185. OLE color: 7300185.

HSL color Cylindrical-coordinate representation of color #59646F: hue angle of 210º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59646F is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 100 111 -
CMYK 0.20 0.10 0 0.56
HSL 210º 0.11% 0.39% -
HSV(B) 210º 0.2% 0.44% -
XYZ 11.55 12.39 16.82 -
YUV 97.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 89 100 111 0.20 0.10 0 0.56 210 0.11 0.39
Hex 59 64 6F 14 A 0 38 D2 B 27
Octal 131 144 157 24 12 0 70 322 13 47
Binary 1011001 1100100 1101111 10100 1010 0 111000 11010010 1011 100111

Color Harmonies of #59646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59646F

Black with #59646F

Text Example


Text Example

White with #59646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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