Shades of Bright Grey #575D6B
Tints of Bright Grey #575D6B
RGB
CMYK
RGB Variations
Color information
#575D6B (or 0x575D6B) is known color: Bright Grey. HEX triplet: 57, 5D and 6B. RGB value is (87,93,107). Sum of RGB (Red+Green+Blue) = 87+93+107=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #575D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D6B is #A8A294. Grayscale: #5C5C5C. Windows color (decimal): -11051669 or 7036247. OLE color: 7036247.
HSL color Cylindrical-coordinate representation of color #575D6B: hue angle of 222º 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 #575D6B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 93 | 107 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.58 |
| HSL | 222º | 0.1% | 0.38% | - |
| HSV(B) | 222º | 0.19% | 0.42% | - |
| XYZ | 10.5 | 10.92 | 15.46 | - |
| YUV | 92.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 107 | 0.19 | 0.13 | 0 | 0.58 | 222 | 0.1 | 0.38 |
| Hex | 57 | 5D | 6B | 13 | D | 0 | 3A | DE | A | 26 |
| Octal | 127 | 135 | 153 | 23 | 15 | 0 | 72 | 336 | 12 | 46 |
| Binary | 1010111 | 1011101 | 1101011 | 10011 | 1101 | 0 | 111010 | 11011110 | 1010 | 100110 |
Color Harmonies of #575D6B
Complementary color
Monochromatic Colors of #575D6B
Black with #575D6B
Text Example
Text Example
White with #575D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D6B; }
p { color: rgb(87,93,107); }
H1.HeaderClassName
{
color: #575D6B;
}
.AnyTagClassName
{
color: #575D6B;
}
</style>
background-color css
<style>
a { background-color: #575D6B; }
a { background-color: rgb(87,93,107); }
div.DivClassName
{
background-color: #575D6B;
}
.BgClassName
{
background-color: #575D6B;
}
</style>
border-color css
<style>
span { border-color: #575D6B; }
span { border-color: rgb(87,93,107); }
td.TdClassName
{
border-color: #575D6B;
}
.TagClassName
{
border-color: #575D6B;
}
</style>