Shades of Bright Grey #575965
Tints of Bright Grey #575965
RGB
CMYK
RGB Variations
Color information
#575965 (or 0x575965) is known color: Bright Grey. HEX triplet: 57, 59 and 65. RGB value is (87,89,101). Sum of RGB (Red+Green+Blue) = 87+89+101=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #575965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575965 is #A8A69A. Grayscale: #595959. Windows color (decimal): -11052699 or 6642007. OLE color: 6642007.
HSL color Cylindrical-coordinate representation of color #575965: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575965 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 89 | 101 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.60 |
| HSL | 231.43º | 0.07% | 0.37% | - |
| HSV(B) | 231.43º | 0.14% | 0.4% | - |
| XYZ | 9.85 | 10.11 | 13.74 | - |
| YUV | 89.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 101 | 0.14 | 0.12 | 0 | 0.60 | 231.43 | 0.07 | 0.37 |
| Hex | 57 | 59 | 65 | E | C | 0 | 3C | E7 | 7 | 25 |
| Octal | 127 | 131 | 145 | 16 | 14 | 0 | 74 | 347 | 7 | 45 |
| Binary | 1010111 | 1011001 | 1100101 | 1110 | 1100 | 0 | 111100 | 11100111 | 111 | 100101 |
Color Harmonies of #575965
Complementary color
Monochromatic Colors of #575965
Black with #575965
Text Example
Text Example
White with #575965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575965; }
p { color: rgb(87,89,101); }
H1.HeaderClassName
{
color: #575965;
}
.AnyTagClassName
{
color: #575965;
}
</style>
background-color css
<style>
a { background-color: #575965; }
a { background-color: rgb(87,89,101); }
div.DivClassName
{
background-color: #575965;
}
.BgClassName
{
background-color: #575965;
}
</style>
border-color css
<style>
span { border-color: #575965; }
span { border-color: rgb(87,89,101); }
td.TdClassName
{
border-color: #575965;
}
.TagClassName
{
border-color: #575965;
}
</style>