#54544C

Color #54544C Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #54544C

Tints of Ship Grey #54544C

Color information

#54544C (or 0x54544C) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 4C. RGB value is (84,84,76). Sum of RGB (Red+Green+Blue) = 84+84+76=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54544C is #ABABB3. Grayscale: #535353. Windows color (decimal): -11250612 or 5002324. OLE color: 5002324.

HSL color Cylindrical-coordinate representation of color #54544C: hue angle of 60º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54544C is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB848476-
CMYK000.100.67
HSL60º5%31.37%-
HSV(B)60º9.52%32.94%-
XYZ8.138.758.1-
YUV83.09124128.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=34.43%
G=34.43%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848476000.100.6760531.37
Hex54544C00A433c51f
Octal124124114001210374537
Binary101010010101001001100001010100001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54544C; }

 p { color: rgb(84,84,76); }

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

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

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

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

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

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

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