Shades of Bright Grey #575D66
Tints of Bright Grey #575D66
RGB
CMYK
RGB Variations
Color information
#575D66 (or 0x575D66) is known color: Bright Grey. HEX triplet: 57, 5D and 66. RGB value is (87,93,102). Sum of RGB (Red+Green+Blue) = 87+93+102=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #575D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D66 is #A8A299. Grayscale: #5C5C5C. Windows color (decimal): -11051674 or 6708567. OLE color: 6708567.
HSL color Cylindrical-coordinate representation of color #575D66: hue angle of 216º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #575D66 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 93 | 102 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.6 |
| HSL | 216º | 0.08% | 0.37% | - |
| HSV(B) | 216º | 0.15% | 0.4% | - |
| XYZ | 10.24 | 10.81 | 14.12 | - |
| YUV | 92.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 102 | 0.15 | 0.09 | 0 | 0.6 | 216 | 0.08 | 0.37 |
| Hex | 57 | 5D | 66 | F | 9 | 0 | 3C | D8 | 8 | 25 |
| Octal | 127 | 135 | 146 | 17 | 11 | 0 | 74 | 330 | 10 | 45 |
| Binary | 1010111 | 1011101 | 1100110 | 1111 | 1001 | 0 | 111100 | 11011000 | 1000 | 100101 |
Color Harmonies of #575D66
Complementary color
Monochromatic Colors of #575D66
Black with #575D66
Text Example
Text Example
White with #575D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D66; }
p { color: rgb(87,93,102); }
H1.HeaderClassName
{
color: #575D66;
}
.AnyTagClassName
{
color: #575D66;
}
</style>
background-color css
<style>
a { background-color: #575D66; }
a { background-color: rgb(87,93,102); }
div.DivClassName
{
background-color: #575D66;
}
.BgClassName
{
background-color: #575D66;
}
</style>
border-color css
<style>
span { border-color: #575D66; }
span { border-color: rgb(87,93,102); }
td.TdClassName
{
border-color: #575D66;
}
.TagClassName
{
border-color: #575D66;
}
</style>