Shades of Battleship Grey #5A6155
Tints of Battleship Grey #5A6155
RGB
CMYK
RGB Variations
Color information
#5A6155 (or 0x5A6155) is known color: Battleship Grey. HEX triplet: 5A, 61 and 55. RGB value is (90,97,85). Sum of RGB (Red+Green+Blue) = 90+97+85=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6155 is #A59EAA. Grayscale: #5D5D5D. Windows color (decimal): -10854059 or 5595482. OLE color: 5595482.
HSL color Cylindrical-coordinate representation of color #5A6155: hue angle of 95º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A6155 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 85 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.62 |
| HSL | 95º | 0.07% | 0.36% | - |
| HSV(B) | 95º | 0.12% | 0.38% | - |
| XYZ | 10.13 | 11.38 | 10.26 | - |
| YUV | 93.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 85 | 0.07 | 0 | 0.12 | 0.62 | 95 | 0.07 | 0.36 |
| Hex | 5A | 61 | 55 | 7 | 0 | C | 3E | 5F | 7 | 24 |
| Octal | 132 | 141 | 125 | 7 | 0 | 14 | 76 | 137 | 7 | 44 |
| Binary | 1011010 | 1100001 | 1010101 | 111 | 0 | 1100 | 111110 | 1011111 | 111 | 100100 |
Color Harmonies of #5A6155
Complementary color
Monochromatic Colors of #5A6155
Black with #5A6155
Text Example
Text Example
White with #5A6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6155; }
p { color: rgb(90,97,85); }
H1.HeaderClassName
{
color: #5A6155;
}
.AnyTagClassName
{
color: #5A6155;
}
</style>
background-color css
<style>
a { background-color: #5A6155; }
a { background-color: rgb(90,97,85); }
div.DivClassName
{
background-color: #5A6155;
}
.BgClassName
{
background-color: #5A6155;
}
</style>
border-color css
<style>
span { border-color: #5A6155; }
span { border-color: rgb(90,97,85); }
td.TdClassName
{
border-color: #5A6155;
}
.TagClassName
{
border-color: #5A6155;
}
</style>