Shades of Battleship Grey #5A5F58
Tints of Battleship Grey #5A5F58
RGB
CMYK
RGB Variations
Color information
#5A5F58 (or 0x5A5F58) is known color: Battleship Grey. HEX triplet: 5A, 5F and 58. RGB value is (90,95,88). Sum of RGB (Red+Green+Blue) = 90+95+88=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F58 is #A5A0A7. Grayscale: #5C5C5C. Windows color (decimal): -10854568 or 5791578. OLE color: 5791578.
HSL color Cylindrical-coordinate representation of color #5A5F58: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5F58 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 95 | 88 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.63 |
| HSL | 102.86º | 0.04% | 0.36% | - |
| HSV(B) | 102.86º | 0.07% | 0.37% | - |
| XYZ | 10.07 | 11.06 | 10.84 | - |
| YUV | 92.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 88 | 0.05 | 0 | 0.07 | 0.63 | 102.86 | 0.04 | 0.36 |
| Hex | 5A | 5F | 58 | 5 | 0 | 7 | 3F | 67 | 4 | 24 |
| Octal | 132 | 137 | 130 | 5 | 0 | 7 | 77 | 147 | 4 | 44 |
| Binary | 1011010 | 1011111 | 1011000 | 101 | 0 | 111 | 111111 | 1100111 | 100 | 100100 |
Color Harmonies of #5A5F58
Complementary color
Monochromatic Colors of #5A5F58
Black with #5A5F58
Text Example
Text Example
White with #5A5F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F58; }
p { color: rgb(90,95,88); }
H1.HeaderClassName
{
color: #5A5F58;
}
.AnyTagClassName
{
color: #5A5F58;
}
</style>
background-color css
<style>
a { background-color: #5A5F58; }
a { background-color: rgb(90,95,88); }
div.DivClassName
{
background-color: #5A5F58;
}
.BgClassName
{
background-color: #5A5F58;
}
</style>
border-color css
<style>
span { border-color: #5A5F58; }
span { border-color: rgb(90,95,88); }
td.TdClassName
{
border-color: #5A5F58;
}
.TagClassName
{
border-color: #5A5F58;
}
</style>