Shades of Bright Grey #575E6C
Tints of Bright Grey #575E6C
RGB
CMYK
RGB Variations
Color information
#575E6C (or 0x575E6C) is known color: Bright Grey. HEX triplet: 57, 5E and 6C. RGB value is (87,94,108). Sum of RGB (Red+Green+Blue) = 87+94+108=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #575E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6C is #A8A193. Grayscale: #5D5D5D. Windows color (decimal): -11051412 or 7102039. OLE color: 7102039.
HSL color Cylindrical-coordinate representation of color #575E6C: hue angle of 220º degrees, saturation: 0.11, 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 #575E6C is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 94 | 108 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.58 |
| HSL | 220º | 0.11% | 0.38% | - |
| HSV(B) | 220º | 0.19% | 0.42% | - |
| XYZ | 10.64 | 11.11 | 15.77 | - |
| YUV | 93.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 108 | 0.19 | 0.13 | 0 | 0.58 | 220 | 0.11 | 0.38 |
| Hex | 57 | 5E | 6C | 13 | D | 0 | 3A | DC | B | 26 |
| Octal | 127 | 136 | 154 | 23 | 15 | 0 | 72 | 334 | 13 | 46 |
| Binary | 1010111 | 1011110 | 1101100 | 10011 | 1101 | 0 | 111010 | 11011100 | 1011 | 100110 |
Color Harmonies of #575E6C
Complementary color
Monochromatic Colors of #575E6C
Black with #575E6C
Text Example
Text Example
White with #575E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E6C; }
p { color: rgb(87,94,108); }
H1.HeaderClassName
{
color: #575E6C;
}
.AnyTagClassName
{
color: #575E6C;
}
</style>
background-color css
<style>
a { background-color: #575E6C; }
a { background-color: rgb(87,94,108); }
div.DivClassName
{
background-color: #575E6C;
}
.BgClassName
{
background-color: #575E6C;
}
</style>
border-color css
<style>
span { border-color: #575E6C; }
span { border-color: rgb(87,94,108); }
td.TdClassName
{
border-color: #575E6C;
}
.TagClassName
{
border-color: #575E6C;
}
</style>