Shades of Bright Grey #595D66
Tints of Bright Grey #595D66
RGB
CMYK
RGB Variations
Color information
#595D66 (or 0x595D66) is known color: Bright Grey. HEX triplet: 59, 5D and 66. RGB value is (89,93,102). Sum of RGB (Red+Green+Blue) = 89+93+102=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #595D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D66 is #A6A299. Grayscale: #5C5C5C. Windows color (decimal): -10920602 or 6708569. OLE color: 6708569.
HSL color Cylindrical-coordinate representation of color #595D66: hue angle of 221.54º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595D66 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 93 | 102 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.6 |
| HSL | 221.54º | 0.07% | 0.37% | - |
| HSV(B) | 221.54º | 0.13% | 0.4% | - |
| XYZ | 10.43 | 10.91 | 14.13 | - |
| YUV | 92.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 102 | 0.13 | 0.09 | 0 | 0.6 | 221.54 | 0.07 | 0.37 |
| Hex | 59 | 5D | 66 | D | 9 | 0 | 3C | DE | 7 | 25 |
| Octal | 131 | 135 | 146 | 15 | 11 | 0 | 74 | 336 | 7 | 45 |
| Binary | 1011001 | 1011101 | 1100110 | 1101 | 1001 | 0 | 111100 | 11011110 | 111 | 100101 |
Color Harmonies of #595D66
Complementary color
Monochromatic Colors of #595D66
Black with #595D66
Text Example
Text Example
White with #595D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D66; }
p { color: rgb(89,93,102); }
H1.HeaderClassName
{
color: #595D66;
}
.AnyTagClassName
{
color: #595D66;
}
</style>
background-color css
<style>
a { background-color: #595D66; }
a { background-color: rgb(89,93,102); }
div.DivClassName
{
background-color: #595D66;
}
.BgClassName
{
background-color: #595D66;
}
</style>
border-color css
<style>
span { border-color: #595D66; }
span { border-color: rgb(89,93,102); }
td.TdClassName
{
border-color: #595D66;
}
.TagClassName
{
border-color: #595D66;
}
</style>