Shades of Ship Grey #5A5A59
Tints of Ship Grey #5A5A59
RGB
CMYK
RGB Variations
Color information
#5A5A59 (or 0x5A5A59) is known color: Ship Grey. HEX triplet: 5A, 5A and 59. RGB value is (90,90,89). Sum of RGB (Red+Green+Blue) = 90+90+89=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A59 is #A5A5A6. Grayscale: #595959. Windows color (decimal): -10855847 or 5855834. OLE color: 5855834.
HSL color Cylindrical-coordinate representation of color #5A5A59: hue angle of 60º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5A5A59 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 89 | - |
| CMYK | 0 | 0 | 0.01 | 0.65 |
| HSL | 60º | 0.01% | 0.35% | - |
| HSV(B) | 60º | 0.01% | 0.35% | - |
| XYZ | 9.68 | 10.21 | 10.91 | - |
| YUV | 89.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 89 | 0 | 0 | 0.01 | 0.65 | 60 | 0.01 | 0.35 |
| Hex | 5A | 5A | 59 | 0 | 0 | 1 | 41 | 3C | 1 | 23 |
| Octal | 132 | 132 | 131 | 0 | 0 | 1 | 101 | 74 | 1 | 43 |
| Binary | 1011010 | 1011010 | 1011001 | 0 | 0 | 1 | 1000001 | 111100 | 1 | 100011 |
Color Harmonies of #5A5A59
Complementary color
Monochromatic Colors of #5A5A59
Black with #5A5A59
Text Example
Text Example
White with #5A5A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A59; }
p { color: rgb(90,90,89); }
H1.HeaderClassName
{
color: #5A5A59;
}
.AnyTagClassName
{
color: #5A5A59;
}
</style>
background-color css
<style>
a { background-color: #5A5A59; }
a { background-color: rgb(90,90,89); }
div.DivClassName
{
background-color: #5A5A59;
}
.BgClassName
{
background-color: #5A5A59;
}
</style>
border-color css
<style>
span { border-color: #5A5A59; }
span { border-color: rgb(90,90,89); }
td.TdClassName
{
border-color: #5A5A59;
}
.TagClassName
{
border-color: #5A5A59;
}
</style>