#545546

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

Shades of Ship Grey #545546

Tints of Ship Grey #545546

Color information

#545546 (or 0x545546) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 46. RGB value is (84,85,70). Sum of RGB (Red+Green+Blue) = 84+85+70=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #545546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545546 is #ABAAB9. Grayscale: #535353. Windows color (decimal): -11250362 or 4609364. OLE color: 4609364.

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

Color convert

RGB848570-
CMYK0.0100.180.67
HSL64º9.68%30.39%-
HSV(B)64º17.65%33.33%-
XYZ8.018.827.08-
YUV82.99120.67128.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=35.15%
G=35.56%
B=29.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485700.0100.180.67649.6830.39
Hex54554610124340a1e
Octal12412510610221031001236
Binary101010010101011000110101001010000111000000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545546; }

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

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

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

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

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

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

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

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