Shades of Bright Grey #575960
Tints of Bright Grey #575960
RGB
CMYK
RGB Variations
Color information
#575960 (or 0x575960) is known color: Bright Grey. HEX triplet: 57, 59 and 60. RGB value is (87,89,96). Sum of RGB (Red+Green+Blue) = 87+89+96=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #575960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575960 is #A8A69F. Grayscale: #595959. Windows color (decimal): -11052704 or 6314327. OLE color: 6314327.
HSL color Cylindrical-coordinate representation of color #575960: hue angle of 226.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575960 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 89 | 96 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.62 |
| HSL | 226.67º | 0.05% | 0.36% | - |
| HSV(B) | 226.67º | 0.09% | 0.38% | - |
| XYZ | 9.61 | 10.02 | 12.49 | - |
| YUV | 89.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 96 | 0.09 | 0.07 | 0 | 0.62 | 226.67 | 0.05 | 0.36 |
| Hex | 57 | 59 | 60 | 9 | 7 | 0 | 3E | E3 | 5 | 24 |
| Octal | 127 | 131 | 140 | 11 | 7 | 0 | 76 | 343 | 5 | 44 |
| Binary | 1010111 | 1011001 | 1100000 | 1001 | 111 | 0 | 111110 | 11100011 | 101 | 100100 |
Color Harmonies of #575960
Complementary color
Monochromatic Colors of #575960
Black with #575960
Text Example
Text Example
White with #575960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575960; }
p { color: rgb(87,89,96); }
H1.HeaderClassName
{
color: #575960;
}
.AnyTagClassName
{
color: #575960;
}
</style>
background-color css
<style>
a { background-color: #575960; }
a { background-color: rgb(87,89,96); }
div.DivClassName
{
background-color: #575960;
}
.BgClassName
{
background-color: #575960;
}
</style>
border-color css
<style>
span { border-color: #575960; }
span { border-color: rgb(87,89,96); }
td.TdClassName
{
border-color: #575960;
}
.TagClassName
{
border-color: #575960;
}
</style>