Shades of Ship Grey #555553
Tints of Ship Grey #555553
RGB
CMYK
RGB Variations
Color information
#555553 (or 0x555553) is known color: Ship Grey. HEX triplet: 55, 55 and 53. RGB value is (85,85,83). Sum of RGB (Red+Green+Blue) = 85+85+83=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555553 is #AAAAAC. Grayscale: #545454. Windows color (decimal): -11184813 or 5461333. OLE color: 5461333.
HSL color Cylindrical-coordinate representation of color #555553: hue angle of 60º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #555553 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 85 | 83 | - |
CMYK | 0 | 0 | 0.02 | 0.67 |
HSL | 60º | 0.01% | 0.33% | - |
HSV(B) | 60º | 0.02% | 0.33% | - |
XYZ | 8.56 | 9.05 | 9.48 | - |
YUV | 84.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 85 | 83 | 0 | 0 | 0.02 | 0.67 | 60 | 0.01 | 0.33 |
Hex | 55 | 55 | 53 | 0 | 0 | 2 | 43 | 3C | 1 | 21 |
Octal | 125 | 125 | 123 | 0 | 0 | 2 | 103 | 74 | 1 | 41 |
Binary | 1010101 | 1010101 | 1010011 | 0 | 0 | 10 | 1000011 | 111100 | 1 | 100001 |
Color Harmonies of #555553
Complementary color
Monochromatic Colors of #555553
Black with #555553
Text Example
Text Example
White with #555553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555553; }
p { color: rgb(85,85,83); }
H1.HeaderClassName
{
color: #555553;
}
.AnyTagClassName
{
color: #555553;
}
</style>
background-color css
<style>
a { background-color: #555553; }
a { background-color: rgb(85,85,83); }
div.DivClassName
{
background-color: #555553;
}
.BgClassName
{
background-color: #555553;
}
</style>
border-color css
<style>
span { border-color: #555553; }
span { border-color: rgb(85,85,83); }
td.TdClassName
{
border-color: #555553;
}
.TagClassName
{
border-color: #555553;
}
</style>