Shades of Ship Grey #535445
Tints of Ship Grey #535445
RGB
CMYK
RGB Variations
Color information
#535445 (or 0x535445) is known color: Ship Grey. HEX triplet: 53, 54 and 45. RGB value is (83,84,69). Sum of RGB (Red+Green+Blue) = 83+84+69=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #535445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535445 is #ACABBA. Grayscale: #525252. Windows color (decimal): -11316155 or 4543571. OLE color: 4543571.
HSL color Cylindrical-coordinate representation of color #535445: hue angle of 64º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535445 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 69 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.67 |
| HSL | 64º | 0.1% | 0.3% | - |
| HSV(B) | 64º | 0.18% | 0.33% | - |
| XYZ | 7.81 | 8.61 | 6.88 | - |
| YUV | 81.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 69 | 0.01 | 0 | 0.18 | 0.67 | 64 | 0.1 | 0.3 |
| Hex | 53 | 54 | 45 | 1 | 0 | 12 | 43 | 40 | A | 1E |
| Octal | 123 | 124 | 105 | 1 | 0 | 22 | 103 | 100 | 12 | 36 |
| Binary | 1010011 | 1010100 | 1000101 | 1 | 0 | 10010 | 1000011 | 1000000 | 1010 | 11110 |
Color Harmonies of #535445
Complementary color
Monochromatic Colors of #535445
Black with #535445
Text Example
Text Example
White with #535445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535445; }
p { color: rgb(83,84,69); }
H1.HeaderClassName
{
color: #535445;
}
.AnyTagClassName
{
color: #535445;
}
</style>
background-color css
<style>
a { background-color: #535445; }
a { background-color: rgb(83,84,69); }
div.DivClassName
{
background-color: #535445;
}
.BgClassName
{
background-color: #535445;
}
</style>
border-color css
<style>
span { border-color: #535445; }
span { border-color: rgb(83,84,69); }
td.TdClassName
{
border-color: #535445;
}
.TagClassName
{
border-color: #535445;
}
</style>