Shades of Ship Grey #55564E
Tints of Ship Grey #55564E
RGB
CMYK
RGB Variations
Color information
#55564E (or 0x55564E) is known color: Ship Grey. HEX triplet: 55, 56 and 4E. RGB value is (85,86,78). Sum of RGB (Red+Green+Blue) = 85+86+78=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 86 - color contains mainly: green. Hex color #55564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55564E is #AAA9B1. Grayscale: #545454. Windows color (decimal): -11184562 or 5133909. OLE color: 5133909.
HSL color Cylindrical-coordinate representation of color #55564E: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55564E is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 78 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.66 |
| HSL | 67.5º | 0.05% | 0.32% | - |
| HSV(B) | 67.5º | 0.09% | 0.34% | - |
| XYZ | 8.45 | 9.14 | 8.53 | - |
| YUV | 84.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 78 | 0.01 | 0 | 0.09 | 0.66 | 67.5 | 0.05 | 0.32 |
| Hex | 55 | 56 | 4E | 1 | 0 | 9 | 42 | 44 | 5 | 20 |
| Octal | 125 | 126 | 116 | 1 | 0 | 11 | 102 | 104 | 5 | 40 |
| Binary | 1010101 | 1010110 | 1001110 | 1 | 0 | 1001 | 1000010 | 1000100 | 101 | 100000 |
Color Harmonies of #55564E
Complementary color
Monochromatic Colors of #55564E
Black with #55564E
Text Example
Text Example
White with #55564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55564E; }
p { color: rgb(85,86,78); }
H1.HeaderClassName
{
color: #55564E;
}
.AnyTagClassName
{
color: #55564E;
}
</style>
background-color css
<style>
a { background-color: #55564E; }
a { background-color: rgb(85,86,78); }
div.DivClassName
{
background-color: #55564E;
}
.BgClassName
{
background-color: #55564E;
}
</style>
border-color css
<style>
span { border-color: #55564E; }
span { border-color: rgb(85,86,78); }
td.TdClassName
{
border-color: #55564E;
}
.TagClassName
{
border-color: #55564E;
}
</style>