#545443

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

Shades of Ship Grey #545443

Tints of Ship Grey #545443

Color information

#545443 (or 0x545443) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 43. RGB value is (84,84,67). Sum of RGB (Red+Green+Blue) = 84+84+67=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545443 is #ABABBC. Grayscale: #525252. Windows color (decimal): -11250621 or 4412500. OLE color: 4412500.

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

Color convert

RGB848467-
CMYK000.200.67
HSL60º11.26%29.61%-
HSV(B)60º20.24%32.94%-
XYZ7.848.636.56-
YUV82.06119.5129.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=35.74%
G=35.74%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848467000.200.676011.2629.61
Hex5454430014433cb1e
Octal1241241030024103741336
Binary10101001010100100001100101001000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545443; }

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

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

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

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

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

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

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

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