#54554C

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

Shades of Ship Grey #54554C

Tints of Ship Grey #54554C

Color information

#54554C (or 0x54554C) is unknown color: approx Ship Grey. HEX triplet: 54, 55 and 4C. RGB value is (84,85,76). Sum of RGB (Red+Green+Blue) = 84+85+76=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #54554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54554C is #ABAAB3. Grayscale: #535353. Windows color (decimal): -11250356 or 5002580. OLE color: 5002580.

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

Color convert

RGB848576-
CMYK0.0100.110.67
HSL66.67º5.59%31.57%-
HSV(B)66.67º10.59%33.33%-
XYZ8.218.98.12-
YUV83.68123.67128.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=34.29%
G=34.69%
B=31.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485760.0100.110.6766.675.5931.57
Hex54554C10B4343620
Octal1241251141013103103640
Binary10101001010101100110010101110000111000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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