#54544D

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

Shades of Ship Grey #54544D

Tints of Ship Grey #54544D

Color information

#54544D (or 0x54544D) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 4D. RGB value is (84,84,77). Sum of RGB (Red+Green+Blue) = 84+84+77=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54544D is #ABABB2. Grayscale: #535353. Windows color (decimal): -11250611 or 5067860. OLE color: 5067860.

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

Color convert

RGB848477-
CMYK000.080.67
HSL60º4.35%31.57%-
HSV(B)60º8.33%32.94%-
XYZ8.178.768.28-
YUV83.2124.5128.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848477000.080.67604.3531.57
Hex54544D008433c420
Octal124124115001010374440
Binary1010100101010010011010010001000011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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