#545446

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

Shades of Ship Grey #545446

Tints of Ship Grey #545446

Color information

#545446 (or 0x545446) is unknown color: approx Ship Grey. HEX triplet: 54, 54 and 46. RGB value is (84,84,70). Sum of RGB (Red+Green+Blue) = 84+84+70=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545446 is #ABABB9. Grayscale: #525252. Windows color (decimal): -11250618 or 4609108. OLE color: 4609108.

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

Color convert

RGB848470-
CMYK000.170.67
HSL60º9.09%30.2%-
HSV(B)60º16.67%32.94%-
XYZ7.938.677.05-
YUV82.4121129.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848470000.170.67609.0930.2
Hex5454460011433c91e
Octal1241241060021103741136
Binary10101001010100100011000100011000011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545446; }

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

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

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

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

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

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

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

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