Shades of Bright Grey #575E68
Tints of Bright Grey #575E68
RGB
CMYK
RGB Variations
Color information
#575E68 (or 0x575E68) is known color: Bright Grey. HEX triplet: 57, 5E and 68. RGB value is (87,94,104). Sum of RGB (Red+Green+Blue) = 87+94+104=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #575E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E68 is #A8A197. Grayscale: #5C5C5C. Windows color (decimal): -11051416 or 6839895. OLE color: 6839895.
HSL color Cylindrical-coordinate representation of color #575E68: hue angle of 215.29º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575E68 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 94 | 104 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.59 |
| HSL | 215.29º | 0.09% | 0.37% | - |
| HSV(B) | 215.29º | 0.16% | 0.41% | - |
| XYZ | 10.43 | 11.03 | 14.68 | - |
| YUV | 93.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 104 | 0.16 | 0.10 | 0 | 0.59 | 215.29 | 0.09 | 0.37 |
| Hex | 57 | 5E | 68 | 10 | A | 0 | 3B | D7 | 9 | 25 |
| Octal | 127 | 136 | 150 | 20 | 12 | 0 | 73 | 327 | 11 | 45 |
| Binary | 1010111 | 1011110 | 1101000 | 10000 | 1010 | 0 | 111011 | 11010111 | 1001 | 100101 |
Color Harmonies of #575E68
Complementary color
Monochromatic Colors of #575E68
Black with #575E68
Text Example
Text Example
White with #575E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E68; }
p { color: rgb(87,94,104); }
H1.HeaderClassName
{
color: #575E68;
}
.AnyTagClassName
{
color: #575E68;
}
</style>
background-color css
<style>
a { background-color: #575E68; }
a { background-color: rgb(87,94,104); }
div.DivClassName
{
background-color: #575E68;
}
.BgClassName
{
background-color: #575E68;
}
</style>
border-color css
<style>
span { border-color: #575E68; }
span { border-color: rgb(87,94,104); }
td.TdClassName
{
border-color: #575E68;
}
.TagClassName
{
border-color: #575E68;
}
</style>