Shades of Bright Grey #575961
Tints of Bright Grey #575961
RGB
CMYK
RGB Variations
Color information
#575961 (or 0x575961) is known color: Bright Grey. HEX triplet: 57, 59 and 61. RGB value is (87,89,97). Sum of RGB (Red+Green+Blue) = 87+89+97=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #575961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575961 is #A8A69E. Grayscale: #595959. Windows color (decimal): -11052703 or 6379863. OLE color: 6379863.
HSL color Cylindrical-coordinate representation of color #575961: hue angle of 228º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575961 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 89 | 97 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.62 |
| HSL | 228º | 0.05% | 0.36% | - |
| HSV(B) | 228º | 0.1% | 0.38% | - |
| XYZ | 9.66 | 10.03 | 12.74 | - |
| YUV | 89.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 97 | 0.10 | 0.08 | 0 | 0.62 | 228 | 0.05 | 0.36 |
| Hex | 57 | 59 | 61 | A | 8 | 0 | 3E | E4 | 5 | 24 |
| Octal | 127 | 131 | 141 | 12 | 10 | 0 | 76 | 344 | 5 | 44 |
| Binary | 1010111 | 1011001 | 1100001 | 1010 | 1000 | 0 | 111110 | 11100100 | 101 | 100100 |
Color Harmonies of #575961
Complementary color
Monochromatic Colors of #575961
Black with #575961
Text Example
Text Example
White with #575961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575961; }
p { color: rgb(87,89,97); }
H1.HeaderClassName
{
color: #575961;
}
.AnyTagClassName
{
color: #575961;
}
</style>
background-color css
<style>
a { background-color: #575961; }
a { background-color: rgb(87,89,97); }
div.DivClassName
{
background-color: #575961;
}
.BgClassName
{
background-color: #575961;
}
</style>
border-color css
<style>
span { border-color: #575961; }
span { border-color: rgb(87,89,97); }
td.TdClassName
{
border-color: #575961;
}
.TagClassName
{
border-color: #575961;
}
</style>