Shades of Ship Grey #54554C
Tints of Ship Grey #54554C
RGB
CMYK
RGB Variations
Color information
#54554C (or 0x54554C) is known color: 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
| RGB | 84 | 85 | 76 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.67 |
| HSL | 66.67º | 0.06% | 0.32% | - |
| HSV(B) | 66.67º | 0.11% | 0.33% | - |
| XYZ | 8.21 | 8.9 | 8.12 | - |
| YUV | 83.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 76 | 0.01 | 0 | 0.11 | 0.67 | 66.67 | 0.06 | 0.32 |
| Hex | 54 | 55 | 4C | 1 | 0 | B | 43 | 43 | 6 | 20 |
| Octal | 124 | 125 | 114 | 1 | 0 | 13 | 103 | 103 | 6 | 40 |
| Binary | 1010100 | 1010101 | 1001100 | 1 | 0 | 1011 | 1000011 | 1000011 | 110 | 100000 |
Color Harmonies of #54554C
Complementary color
Monochromatic Colors of #54554C
Black with #54554C
Text Example
Text Example
White with #54554C
Text Example
Text Example
HTML Codes & Css Web 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>