Shades of Bright Grey #595C61
Tints of Bright Grey #595C61
RGB
CMYK
RGB Variations
Color information
#595C61 (or 0x595C61) is known color: Bright Grey. HEX triplet: 59, 5C and 61. RGB value is (89,92,97). Sum of RGB (Red+Green+Blue) = 89+92+97=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #595C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C61 is #A6A39E. Grayscale: #5B5B5B. Windows color (decimal): -10920863 or 6380633. OLE color: 6380633.
HSL color Cylindrical-coordinate representation of color #595C61: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595C61 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 92 | 97 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.62 |
| HSL | 217.5º | 0.04% | 0.36% | - |
| HSV(B) | 217.5º | 0.08% | 0.38% | - |
| XYZ | 10.1 | 10.64 | 12.83 | - |
| YUV | 91.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 97 | 0.08 | 0.05 | 0 | 0.62 | 217.5 | 0.04 | 0.36 |
| Hex | 59 | 5C | 61 | 8 | 5 | 0 | 3E | DA | 4 | 24 |
| Octal | 131 | 134 | 141 | 10 | 5 | 0 | 76 | 332 | 4 | 44 |
| Binary | 1011001 | 1011100 | 1100001 | 1000 | 101 | 0 | 111110 | 11011010 | 100 | 100100 |
Color Harmonies of #595C61
Complementary color
Monochromatic Colors of #595C61
Black with #595C61
Text Example
Text Example
White with #595C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C61; }
p { color: rgb(89,92,97); }
H1.HeaderClassName
{
color: #595C61;
}
.AnyTagClassName
{
color: #595C61;
}
</style>
background-color css
<style>
a { background-color: #595C61; }
a { background-color: rgb(89,92,97); }
div.DivClassName
{
background-color: #595C61;
}
.BgClassName
{
background-color: #595C61;
}
</style>
border-color css
<style>
span { border-color: #595C61; }
span { border-color: rgb(89,92,97); }
td.TdClassName
{
border-color: #595C61;
}
.TagClassName
{
border-color: #595C61;
}
</style>