Shades of Shuttle Grey #595E63
Tints of Shuttle Grey #595E63
RGB
CMYK
RGB Variations
Color information
#595E63 (or 0x595E63) is known color: Shuttle Grey. HEX triplet: 59, 5E and 63. RGB value is (89,94,99). Sum of RGB (Red+Green+Blue) = 89+94+99=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #595E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E63 is #A6A19C. Grayscale: #5D5D5D. Windows color (decimal): -10920349 or 6512217. OLE color: 6512217.
HSL color Cylindrical-coordinate representation of color #595E63: hue angle of 210º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595E63 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 94 | 99 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.61 |
| HSL | 210º | 0.05% | 0.37% | - |
| HSV(B) | 210º | 0.1% | 0.39% | - |
| XYZ | 10.37 | 11.03 | 13.39 | - |
| YUV | 93.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 99 | 0.10 | 0.05 | 0 | 0.61 | 210 | 0.05 | 0.37 |
| Hex | 59 | 5E | 63 | A | 5 | 0 | 3D | D2 | 5 | 25 |
| Octal | 131 | 136 | 143 | 12 | 5 | 0 | 75 | 322 | 5 | 45 |
| Binary | 1011001 | 1011110 | 1100011 | 1010 | 101 | 0 | 111101 | 11010010 | 101 | 100101 |
Color Harmonies of #595E63
Complementary color
Monochromatic Colors of #595E63
Black with #595E63
Text Example
Text Example
White with #595E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E63; }
p { color: rgb(89,94,99); }
H1.HeaderClassName
{
color: #595E63;
}
.AnyTagClassName
{
color: #595E63;
}
</style>
background-color css
<style>
a { background-color: #595E63; }
a { background-color: rgb(89,94,99); }
div.DivClassName
{
background-color: #595E63;
}
.BgClassName
{
background-color: #595E63;
}
</style>
border-color css
<style>
span { border-color: #595E63; }
span { border-color: rgb(89,94,99); }
td.TdClassName
{
border-color: #595E63;
}
.TagClassName
{
border-color: #595E63;
}
</style>