#54616D

Color #54616D Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #54616D

Tints of Shuttle Grey #54616D

Color information

#54616D (or 0x54616D) is unknown color: approx Shuttle Grey. HEX triplet: 54, 61 and 6D. RGB value is (84,97,109). Sum of RGB (Red+Green+Blue) = 84+97+109=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #54616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54616D is #AB9E92. Grayscale: #5E5E5E. Windows color (decimal): -11247251 or 7168340. OLE color: 7168340.

HSL color Cylindrical-coordinate representation of color #54616D: hue angle of 208.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54616D is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8497109-
CMYK0.230.1100.57
HSL208.8º12.95%37.84%-
HSV(B)208.8º22.94%42.75%-
XYZ10.6911.5416.13-
YUV94.48136.19120.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=28.97%
G=33.45%
B=37.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84971090.230.1100.57208.812.9537.84
Hex54616D17B039d1d26
Octal12414115527130713211546
Binary1010100110000111011011011110110111001110100011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54616D; }

 p { color: rgb(84,97,109); }

 H1.HeaderClassName
 {
   color: #54616D;
 }
 .AnyTagClassName
 {
   color: #54616D;
 }
</style>
background-color css

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

 a { background-color: rgb(84,97,109); }

 div.DivClassName
 {
   background-color: #54616D;
 }
 .BgClassName
 {
   background-color: #54616D;
 }
</style>
border-color css

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

 span { border-color: rgb(84,97,109); }

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