Shades of Bright Grey #595B63
Tints of Bright Grey #595B63
RGB
CMYK
RGB Variations
Color information
#595B63 (or 0x595B63) is known color: Bright Grey. HEX triplet: 59, 5B and 63. RGB value is (89,91,99). Sum of RGB (Red+Green+Blue) = 89+91+99=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #595B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B63 is #A6A49C. Grayscale: #5B5B5B. Windows color (decimal): -10921117 or 6511449. OLE color: 6511449.
HSL color Cylindrical-coordinate representation of color #595B63: hue angle of 228º 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 #595B63 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 91 | 99 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.61 |
| HSL | 228º | 0.05% | 0.37% | - |
| HSV(B) | 228º | 0.1% | 0.39% | - |
| XYZ | 10.11 | 10.51 | 13.3 | - |
| YUV | 91.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 99 | 0.10 | 0.08 | 0 | 0.61 | 228 | 0.05 | 0.37 |
| Hex | 59 | 5B | 63 | A | 8 | 0 | 3D | E4 | 5 | 25 |
| Octal | 131 | 133 | 143 | 12 | 10 | 0 | 75 | 344 | 5 | 45 |
| Binary | 1011001 | 1011011 | 1100011 | 1010 | 1000 | 0 | 111101 | 11100100 | 101 | 100101 |
Color Harmonies of #595B63
Complementary color
Monochromatic Colors of #595B63
Black with #595B63
Text Example
Text Example
White with #595B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B63; }
p { color: rgb(89,91,99); }
H1.HeaderClassName
{
color: #595B63;
}
.AnyTagClassName
{
color: #595B63;
}
</style>
background-color css
<style>
a { background-color: #595B63; }
a { background-color: rgb(89,91,99); }
div.DivClassName
{
background-color: #595B63;
}
.BgClassName
{
background-color: #595B63;
}
</style>
border-color css
<style>
span { border-color: #595B63; }
span { border-color: rgb(89,91,99); }
td.TdClassName
{
border-color: #595B63;
}
.TagClassName
{
border-color: #595B63;
}
</style>