Shades of Ship Grey #53544C
Tints of Ship Grey #53544C
RGB
CMYK
RGB Variations
Color information
#53544C (or 0x53544C) is known color: Ship Grey. HEX triplet: 53, 54 and 4C. RGB value is (83,84,76). Sum of RGB (Red+Green+Blue) = 83+84+76=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 84 - color contains mainly: green. Hex color #53544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53544C is #ACABB3. Grayscale: #525252. Windows color (decimal): -11316148 or 5002323. OLE color: 5002323.
HSL color Cylindrical-coordinate representation of color #53544C: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53544C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 76 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.67 |
| HSL | 67.5º | 0.05% | 0.31% | - |
| HSV(B) | 67.5º | 0.1% | 0.33% | - |
| XYZ | 8.04 | 8.7 | 8.09 | - |
| YUV | 82.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 76 | 0.01 | 0 | 0.10 | 0.67 | 67.5 | 0.05 | 0.31 |
| Hex | 53 | 54 | 4C | 1 | 0 | A | 43 | 44 | 5 | 1F |
| Octal | 123 | 124 | 114 | 1 | 0 | 12 | 103 | 104 | 5 | 37 |
| Binary | 1010011 | 1010100 | 1001100 | 1 | 0 | 1010 | 1000011 | 1000100 | 101 | 11111 |
Color Harmonies of #53544C
Complementary color
Monochromatic Colors of #53544C
Black with #53544C
Text Example
Text Example
White with #53544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53544C; }
p { color: rgb(83,84,76); }
H1.HeaderClassName
{
color: #53544C;
}
.AnyTagClassName
{
color: #53544C;
}
</style>
background-color css
<style>
a { background-color: #53544C; }
a { background-color: rgb(83,84,76); }
div.DivClassName
{
background-color: #53544C;
}
.BgClassName
{
background-color: #53544C;
}
</style>
border-color css
<style>
span { border-color: #53544C; }
span { border-color: rgb(83,84,76); }
td.TdClassName
{
border-color: #53544C;
}
.TagClassName
{
border-color: #53544C;
}
</style>