Shades of Battleship Grey #5A6156
Tints of Battleship Grey #5A6156
RGB
CMYK
RGB Variations
Color information
#5A6156 (or 0x5A6156) is known color: Battleship Grey. HEX triplet: 5A, 61 and 56. RGB value is (90,97,86). Sum of RGB (Red+Green+Blue) = 90+97+86=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6156 is #A59EA9. Grayscale: #5D5D5D. Windows color (decimal): -10854058 or 5661018. OLE color: 5661018.
HSL color Cylindrical-coordinate representation of color #5A6156: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A6156 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 86 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.62 |
| HSL | 98.18º | 0.06% | 0.36% | - |
| HSV(B) | 98.18º | 0.11% | 0.38% | - |
| XYZ | 10.17 | 11.39 | 10.47 | - |
| YUV | 93.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 86 | 0.07 | 0 | 0.11 | 0.62 | 98.18 | 0.06 | 0.36 |
| Hex | 5A | 61 | 56 | 7 | 0 | B | 3E | 62 | 6 | 24 |
| Octal | 132 | 141 | 126 | 7 | 0 | 13 | 76 | 142 | 6 | 44 |
| Binary | 1011010 | 1100001 | 1010110 | 111 | 0 | 1011 | 111110 | 1100010 | 110 | 100100 |
Color Harmonies of #5A6156
Complementary color
Monochromatic Colors of #5A6156
Black with #5A6156
Text Example
Text Example
White with #5A6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6156; }
p { color: rgb(90,97,86); }
H1.HeaderClassName
{
color: #5A6156;
}
.AnyTagClassName
{
color: #5A6156;
}
</style>
background-color css
<style>
a { background-color: #5A6156; }
a { background-color: rgb(90,97,86); }
div.DivClassName
{
background-color: #5A6156;
}
.BgClassName
{
background-color: #5A6156;
}
</style>
border-color css
<style>
span { border-color: #5A6156; }
span { border-color: rgb(90,97,86); }
td.TdClassName
{
border-color: #5A6156;
}
.TagClassName
{
border-color: #5A6156;
}
</style>