#545544

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

Shades of Ship Grey #545544

Tints of Ship Grey #545544

Color information

#545544 (or 0x545544) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 44. RGB value is (84,85,68). Sum of RGB (Red+Green+Blue) = 84+85+68=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #545544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545544 is #ABAABB. Grayscale: #525252. Windows color (decimal): -11250364 or 4478292. OLE color: 4478292.

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

Color convert

RGB848568-
CMYK0.0100.200.67
HSL63.53º11.11%30%-
HSV(B)63.53º20%33.33%-
XYZ7.958.86.75-
YUV82.76119.67128.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=35.44%
G=35.86%
B=28.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485680.0100.200.6763.5311.1130
Hex54554410144340b1e
Octal12412510410241031001336
Binary101010010101011000100101010010000111000000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545544; }

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

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

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

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

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

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

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

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