Shades of Bright Grey #575E6B
Tints of Bright Grey #575E6B
RGB
CMYK
RGB Variations
Color information
#575E6B (or 0x575E6B) is known color: Bright Grey. HEX triplet: 57, 5E and 6B. RGB value is (87,94,107). Sum of RGB (Red+Green+Blue) = 87+94+107=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #575E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6B is #A8A194. Grayscale: #5D5D5D. Windows color (decimal): -11051413 or 7036503. OLE color: 7036503.
HSL color Cylindrical-coordinate representation of color #575E6B: hue angle of 219º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575E6B is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 94 | 107 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.58 |
| HSL | 219º | 0.1% | 0.38% | - |
| HSV(B) | 219º | 0.19% | 0.42% | - |
| XYZ | 10.59 | 11.09 | 15.49 | - |
| YUV | 93.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 107 | 0.19 | 0.12 | 0 | 0.58 | 219 | 0.1 | 0.38 |
| Hex | 57 | 5E | 6B | 13 | C | 0 | 3A | DB | A | 26 |
| Octal | 127 | 136 | 153 | 23 | 14 | 0 | 72 | 333 | 12 | 46 |
| Binary | 1010111 | 1011110 | 1101011 | 10011 | 1100 | 0 | 111010 | 11011011 | 1010 | 100110 |
Color Harmonies of #575E6B
Complementary color
Monochromatic Colors of #575E6B
Black with #575E6B
Text Example
Text Example
White with #575E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E6B; }
p { color: rgb(87,94,107); }
H1.HeaderClassName
{
color: #575E6B;
}
.AnyTagClassName
{
color: #575E6B;
}
</style>
background-color css
<style>
a { background-color: #575E6B; }
a { background-color: rgb(87,94,107); }
div.DivClassName
{
background-color: #575E6B;
}
.BgClassName
{
background-color: #575E6B;
}
</style>
border-color css
<style>
span { border-color: #575E6B; }
span { border-color: rgb(87,94,107); }
td.TdClassName
{
border-color: #575E6B;
}
.TagClassName
{
border-color: #575E6B;
}
</style>