#545448

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

Shades of Ship Grey #545448

Tints of Ship Grey #545448

Color information

#545448 (or 0x545448) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 48. RGB value is (84,84,72). Sum of RGB (Red+Green+Blue) = 84+84+72=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545448 is #ABABB7. Grayscale: #525252. Windows color (decimal): -11250616 or 4740180. OLE color: 4740180.

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

Color convert

RGB848472-
CMYK000.140.67
HSL60º7.69%30.59%-
HSV(B)60º14.29%32.94%-
XYZ88.697.39-
YUV82.63122128.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 72 (28.52% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848472000.140.67607.6930.59
Hex54544800E433c81f
Octal1241241100016103741037
Binary1010100101010010010000011101000011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545448; }

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

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

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

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

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

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

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

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