Shades of Ship Grey #595A4A
Tints of Ship Grey #595A4A
RGB
CMYK
RGB Variations
Color information
#595A4A (or 0x595A4A) is known color: Ship Grey. HEX triplet: 59, 5A and 4A. RGB value is (89,90,74). Sum of RGB (Red+Green+Blue) = 89+90+74=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595A4A is #A6A5B5. Grayscale: #575757. Windows color (decimal): -10921398 or 4872793. OLE color: 4872793.
HSL color Cylindrical-coordinate representation of color #595A4A: hue angle of 63.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595A4A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 74 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.65 |
| HSL | 63.75º | 0.1% | 0.32% | - |
| HSV(B) | 63.75º | 0.18% | 0.35% | - |
| XYZ | 9.01 | 9.93 | 7.92 | - |
| YUV | 87.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 74 | 0.01 | 0 | 0.18 | 0.65 | 63.75 | 0.1 | 0.32 |
| Hex | 59 | 5A | 4A | 1 | 0 | 12 | 41 | 40 | A | 20 |
| Octal | 131 | 132 | 112 | 1 | 0 | 22 | 101 | 100 | 12 | 40 |
| Binary | 1011001 | 1011010 | 1001010 | 1 | 0 | 10010 | 1000001 | 1000000 | 1010 | 100000 |
Color Harmonies of #595A4A
Complementary color
Monochromatic Colors of #595A4A
Black with #595A4A
Text Example
Text Example
White with #595A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A4A; }
p { color: rgb(89,90,74); }
H1.HeaderClassName
{
color: #595A4A;
}
.AnyTagClassName
{
color: #595A4A;
}
</style>
background-color css
<style>
a { background-color: #595A4A; }
a { background-color: rgb(89,90,74); }
div.DivClassName
{
background-color: #595A4A;
}
.BgClassName
{
background-color: #595A4A;
}
</style>
border-color css
<style>
span { border-color: #595A4A; }
span { border-color: rgb(89,90,74); }
td.TdClassName
{
border-color: #595A4A;
}
.TagClassName
{
border-color: #595A4A;
}
</style>