#545548

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

Shades of Ship Grey #545548

Tints of Ship Grey #545548

Color information

#545548 (or 0x545548) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 48. RGB value is (84,85,72). Sum of RGB (Red+Green+Blue) = 84+85+72=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #545548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545548 is #ABAAB7. Grayscale: #535353. Windows color (decimal): -11250360 or 4740436. OLE color: 4740436.

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

Color convert

RGB848572-
CMYK0.0100.150.67
HSL64.62º8.28%30.78%-
HSV(B)64.62º15.29%33.33%-
XYZ8.078.857.41-
YUV83.22121.67128.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=34.85%
G=35.27%
B=29.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485720.0100.150.6764.628.2830.78
Hex54554810F434181f
Octal12412511010171031011037
Binary10101001010101100100010111110000111000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545548; }

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

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

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

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

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

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

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

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