Shades of Ship Grey #555543
Tints of Ship Grey #555543
RGB
CMYK
RGB Variations
Color information
#555543 (or 0x555543) is known color: Ship Grey. HEX triplet: 55, 55 and 43. RGB value is (85,85,67). Sum of RGB (Red+Green+Blue) = 85+85+67=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555543 is #AAAABC. Grayscale: #535353. Windows color (decimal): -11184829 or 4412757. OLE color: 4412757.
HSL color Cylindrical-coordinate representation of color #555543: hue angle of 60º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555543 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 67 | - |
| CMYK | 0 | 0 | 0.21 | 0.67 |
| HSL | 60º | 0.12% | 0.3% | - |
| HSV(B) | 60º | 0.21% | 0.33% | - |
| XYZ | 8.01 | 8.83 | 6.59 | - |
| YUV | 82.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 67 | 0 | 0 | 0.21 | 0.67 | 60 | 0.12 | 0.3 |
| Hex | 55 | 55 | 43 | 0 | 0 | 15 | 43 | 3C | C | 1E |
| Octal | 125 | 125 | 103 | 0 | 0 | 25 | 103 | 74 | 14 | 36 |
| Binary | 1010101 | 1010101 | 1000011 | 0 | 0 | 10101 | 1000011 | 111100 | 1100 | 11110 |
Color Harmonies of #555543
Complementary color
Monochromatic Colors of #555543
Black with #555543
Text Example
Text Example
White with #555543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555543; }
p { color: rgb(85,85,67); }
H1.HeaderClassName
{
color: #555543;
}
.AnyTagClassName
{
color: #555543;
}
</style>
background-color css
<style>
a { background-color: #555543; }
a { background-color: rgb(85,85,67); }
div.DivClassName
{
background-color: #555543;
}
.BgClassName
{
background-color: #555543;
}
</style>
border-color css
<style>
span { border-color: #555543; }
span { border-color: rgb(85,85,67); }
td.TdClassName
{
border-color: #555543;
}
.TagClassName
{
border-color: #555543;
}
</style>