#54606D

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

Shades of Shuttle Grey #54606D

Tints of Shuttle Grey #54606D

Color information

#54606D (or 0x54606D) is unknown color: approx Shuttle Grey. HEX triplet: 54, 60 and 6D. RGB value is (84,96,109). Sum of RGB (Red+Green+Blue) = 84+96+109=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #54606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54606D is #AB9F92. Grayscale: #5D5D5D. Windows color (decimal): -11247507 or 7168084. OLE color: 7168084.

HSL color Cylindrical-coordinate representation of color #54606D: hue angle of 211.2º 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 #54606D is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8496109-
CMYK0.230.1200.57
HSL211.2º12.95%37.84%-
HSV(B)211.2º22.94%42.75%-
XYZ10.611.3516.1-
YUV93.89136.52120.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=29.07%
G=33.22%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84961090.230.1200.57211.212.9537.84
Hex54606D17C039d3d26
Octal12414015527140713231546
Binary1010100110000011011011011111000111001110100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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