#545445

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

Shades of Ship Grey #545445

Tints of Ship Grey #545445

Color information

#545445 (or 0x545445) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 45. RGB value is (84,84,69). Sum of RGB (Red+Green+Blue) = 84+84+69=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545445 is #ABABBA. Grayscale: #525252. Windows color (decimal): -11250619 or 4543572. OLE color: 4543572.

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

Color convert

RGB848469-
CMYK000.180.67
HSL60º9.8%30%-
HSV(B)60º17.86%32.94%-
XYZ7.98.666.88-
YUV82.29120.5129.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=35.44%
G=35.44%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848469000.180.67609.830
Hex5454450012433ca1e
Octal1241241050022103741236
Binary10101001010100100010100100101000011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545445; }

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

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

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

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

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

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

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

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