Shades of Battleship Grey #5A5E58
Tints of Battleship Grey #5A5E58
RGB
CMYK
RGB Variations
Color information
#5A5E58 (or 0x5A5E58) is known color: Battleship Grey. HEX triplet: 5A, 5E and 58. RGB value is (90,94,88). Sum of RGB (Red+Green+Blue) = 90+94+88=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 94 - color contains mainly: green. Hex color #5A5E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5E58 is #A5A1A7. Grayscale: #5C5C5C. Windows color (decimal): -10854824 or 5791322. OLE color: 5791322.
HSL color Cylindrical-coordinate representation of color #5A5E58: hue angle of 100º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5E58 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
RGB | 90 | 94 | 88 | - |
CMYK | 0.04 | 0 | 0.06 | 0.63 |
HSL | 100º | 0.03% | 0.36% | - |
HSV(B) | 100º | 0.06% | 0.37% | - |
XYZ | 9.98 | 10.88 | 10.81 | - |
YUV | 92.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 94 | 88 | 0.04 | 0 | 0.06 | 0.63 | 100 | 0.03 | 0.36 |
Hex | 5A | 5E | 58 | 4 | 0 | 6 | 3F | 64 | 3 | 24 |
Octal | 132 | 136 | 130 | 4 | 0 | 6 | 77 | 144 | 3 | 44 |
Binary | 1011010 | 1011110 | 1011000 | 100 | 0 | 110 | 111111 | 1100100 | 11 | 100100 |
Color Harmonies of #5A5E58
Complementary color
Monochromatic Colors of #5A5E58
Black with #5A5E58
Text Example
Text Example
White with #5A5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5E58; }
p { color: rgb(90,94,88); }
H1.HeaderClassName
{
color: #5A5E58;
}
.AnyTagClassName
{
color: #5A5E58;
}
</style>
background-color css
<style>
a { background-color: #5A5E58; }
a { background-color: rgb(90,94,88); }
div.DivClassName
{
background-color: #5A5E58;
}
.BgClassName
{
background-color: #5A5E58;
}
</style>
border-color css
<style>
span { border-color: #5A5E58; }
span { border-color: rgb(90,94,88); }
td.TdClassName
{
border-color: #5A5E58;
}
.TagClassName
{
border-color: #5A5E58;
}
</style>