Shades of Bright Grey #575B65
Tints of Bright Grey #575B65
RGB
CMYK
RGB Variations
Color information
#575B65 (or 0x575B65) is known color: Bright Grey. HEX triplet: 57, 5B and 65. RGB value is (87,91,101). Sum of RGB (Red+Green+Blue) = 87+91+101=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #575B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B65 is #A8A49A. Grayscale: #5A5A5A. Windows color (decimal): -11052187 or 6642519. OLE color: 6642519.
HSL color Cylindrical-coordinate representation of color #575B65: hue angle of 222.86º 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 #575B65 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 91 | 101 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.60 |
| HSL | 222.86º | 0.07% | 0.37% | - |
| HSV(B) | 222.86º | 0.14% | 0.4% | - |
| XYZ | 10.02 | 10.45 | 13.8 | - |
| YUV | 90.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 101 | 0.14 | 0.10 | 0 | 0.60 | 222.86 | 0.07 | 0.37 |
| Hex | 57 | 5B | 65 | E | A | 0 | 3C | DF | 7 | 25 |
| Octal | 127 | 133 | 145 | 16 | 12 | 0 | 74 | 337 | 7 | 45 |
| Binary | 1010111 | 1011011 | 1100101 | 1110 | 1010 | 0 | 111100 | 11011111 | 111 | 100101 |
Color Harmonies of #575B65
Complementary color
Monochromatic Colors of #575B65
Black with #575B65
Text Example
Text Example
White with #575B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B65; }
p { color: rgb(87,91,101); }
H1.HeaderClassName
{
color: #575B65;
}
.AnyTagClassName
{
color: #575B65;
}
</style>
background-color css
<style>
a { background-color: #575B65; }
a { background-color: rgb(87,91,101); }
div.DivClassName
{
background-color: #575B65;
}
.BgClassName
{
background-color: #575B65;
}
</style>
border-color css
<style>
span { border-color: #575B65; }
span { border-color: rgb(87,91,101); }
td.TdClassName
{
border-color: #575B65;
}
.TagClassName
{
border-color: #575B65;
}
</style>