Shades of Ship Grey #55554B
Tints of Ship Grey #55554B
RGB
CMYK
RGB Variations
Color information
#55554B (or 0x55554B) is known color: Ship Grey. HEX triplet: 55, 55 and 4B. RGB value is (85,85,75). Sum of RGB (Red+Green+Blue) = 85+85+75=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55554B is #AAAAB4. Grayscale: #535353. Windows color (decimal): -11184821 or 4937045. OLE color: 4937045.
HSL color Cylindrical-coordinate representation of color #55554B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55554B is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 75 | - |
| CMYK | 0 | 0 | 0.12 | 0.67 |
| HSL | 60º | 0.06% | 0.31% | - |
| HSV(B) | 60º | 0.12% | 0.33% | - |
| XYZ | 8.26 | 8.94 | 7.95 | - |
| YUV | 83.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 75 | 0 | 0 | 0.12 | 0.67 | 60 | 0.06 | 0.31 |
| Hex | 55 | 55 | 4B | 0 | 0 | C | 43 | 3C | 6 | 1F |
| Octal | 125 | 125 | 113 | 0 | 0 | 14 | 103 | 74 | 6 | 37 |
| Binary | 1010101 | 1010101 | 1001011 | 0 | 0 | 1100 | 1000011 | 111100 | 110 | 11111 |
Color Harmonies of #55554B
Complementary color
Monochromatic Colors of #55554B
Black with #55554B
Text Example
Text Example
White with #55554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55554B; }
p { color: rgb(85,85,75); }
H1.HeaderClassName
{
color: #55554B;
}
.AnyTagClassName
{
color: #55554B;
}
</style>
background-color css
<style>
a { background-color: #55554B; }
a { background-color: rgb(85,85,75); }
div.DivClassName
{
background-color: #55554B;
}
.BgClassName
{
background-color: #55554B;
}
</style>
border-color css
<style>
span { border-color: #55554B; }
span { border-color: rgb(85,85,75); }
td.TdClassName
{
border-color: #55554B;
}
.TagClassName
{
border-color: #55554B;
}
</style>