Shades of Ship Grey #595A4B
Tints of Ship Grey #595A4B
RGB
CMYK
RGB Variations
Color information
#595A4B (or 0x595A4B) is known color: Ship Grey. HEX triplet: 59, 5A and 4B. RGB value is (89,90,75). Sum of RGB (Red+Green+Blue) = 89+90+75=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A4B is #A6A5B4. Grayscale: #585858. Windows color (decimal): -10921397 or 4938329. OLE color: 4938329.
HSL color Cylindrical-coordinate representation of color #595A4B: hue angle of 64º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595A4B is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 75 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.65 |
| HSL | 64º | 0.09% | 0.32% | - |
| HSV(B) | 64º | 0.17% | 0.35% | - |
| XYZ | 9.05 | 9.94 | 8.1 | - |
| YUV | 87.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 75 | 0.01 | 0 | 0.17 | 0.65 | 64 | 0.09 | 0.32 |
| Hex | 59 | 5A | 4B | 1 | 0 | 11 | 41 | 40 | 9 | 20 |
| Octal | 131 | 132 | 113 | 1 | 0 | 21 | 101 | 100 | 11 | 40 |
| Binary | 1011001 | 1011010 | 1001011 | 1 | 0 | 10001 | 1000001 | 1000000 | 1001 | 100000 |
Color Harmonies of #595A4B
Complementary color
Monochromatic Colors of #595A4B
Black with #595A4B
Text Example
Text Example
White with #595A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A4B; }
p { color: rgb(89,90,75); }
H1.HeaderClassName
{
color: #595A4B;
}
.AnyTagClassName
{
color: #595A4B;
}
</style>
background-color css
<style>
a { background-color: #595A4B; }
a { background-color: rgb(89,90,75); }
div.DivClassName
{
background-color: #595A4B;
}
.BgClassName
{
background-color: #595A4B;
}
</style>
border-color css
<style>
span { border-color: #595A4B; }
span { border-color: rgb(89,90,75); }
td.TdClassName
{
border-color: #595A4B;
}
.TagClassName
{
border-color: #595A4B;
}
</style>