#54554A

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

Shades of Ship Grey #54554A

Tints of Ship Grey #54554A

Color information

#54554A (or 0x54554A) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 4A. RGB value is (84,85,74). Sum of RGB (Red+Green+Blue) = 84+85+74=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #54554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54554A is #ABAAB5. Grayscale: #535353. Windows color (decimal): -11250358 or 4871508. OLE color: 4871508.

HSL color Cylindrical-coordinate representation of color #54554A: hue angle of 65.45º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54554A is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB848574-
CMYK0.0100.130.67
HSL65.45º6.92%31.18%-
HSV(B)65.45º12.94%33.33%-
XYZ8.148.887.76-
YUV83.45122.67128.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=34.57%
G=34.98%
B=30.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485740.0100.130.6765.456.9231.18
Hex54554A10D434171f
Octal1241251121015103101737
Binary1010100101010110010101011011000011100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54554A; }

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

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

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

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

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

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

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

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