Shades of Ship Grey #55564A
Tints of Ship Grey #55564A
RGB
CMYK
RGB Variations
Color information
#55564A (or 0x55564A) is known color: Ship Grey. HEX triplet: 55, 56 and 4A. RGB value is (85,86,74). Sum of RGB (Red+Green+Blue) = 85+86+74=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #55564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55564A is #AAA9B5. Grayscale: #545454. Windows color (decimal): -11184566 or 4871765. OLE color: 4871765.
HSL color Cylindrical-coordinate representation of color #55564A: hue angle of 65º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55564A is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 74 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.66 |
| HSL | 65º | 0.08% | 0.31% | - |
| HSV(B) | 65º | 0.14% | 0.34% | - |
| XYZ | 8.31 | 9.08 | 7.79 | - |
| YUV | 84.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 74 | 0.01 | 0 | 0.14 | 0.66 | 65 | 0.08 | 0.31 |
| Hex | 55 | 56 | 4A | 1 | 0 | E | 42 | 41 | 8 | 1F |
| Octal | 125 | 126 | 112 | 1 | 0 | 16 | 102 | 101 | 10 | 37 |
| Binary | 1010101 | 1010110 | 1001010 | 1 | 0 | 1110 | 1000010 | 1000001 | 1000 | 11111 |
Color Harmonies of #55564A
Complementary color
Monochromatic Colors of #55564A
Black with #55564A
Text Example
Text Example
White with #55564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55564A; }
p { color: rgb(85,86,74); }
H1.HeaderClassName
{
color: #55564A;
}
.AnyTagClassName
{
color: #55564A;
}
</style>
background-color css
<style>
a { background-color: #55564A; }
a { background-color: rgb(85,86,74); }
div.DivClassName
{
background-color: #55564A;
}
.BgClassName
{
background-color: #55564A;
}
</style>
border-color css
<style>
span { border-color: #55564A; }
span { border-color: rgb(85,86,74); }
td.TdClassName
{
border-color: #55564A;
}
.TagClassName
{
border-color: #55564A;
}
</style>