#545549

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

Shades of Ship Grey #545549

Tints of Ship Grey #545549

Color information

#545549 (or 0x545549) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 49. RGB value is (84,85,73). Sum of RGB (Red+Green+Blue) = 84+85+73=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #545549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545549 is #ABAAB6. Grayscale: #535353. Windows color (decimal): -11250359 or 4805972. OLE color: 4805972.

HSL color Cylindrical-coordinate representation of color #545549: hue angle of 65º 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 #545549 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB848573-
CMYK0.0100.140.67
HSL65º7.59%30.98%-
HSV(B)65º14.12%33.33%-
XYZ8.118.867.59-
YUV83.33122.17128.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=34.71%
G=35.12%
B=30.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485730.0100.140.67657.5930.98
Hex54554910E434181f
Octal12412511110161031011037
Binary10101001010101100100110111010000111000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545549; }

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

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

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

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

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

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

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

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