Shades of Bright Grey #575E6E
Tints of Bright Grey #575E6E
RGB
CMYK
RGB Variations
Color information
#575E6E (or 0x575E6E) is known color: Bright Grey. HEX triplet: 57, 5E and 6E. RGB value is (87,94,110). Sum of RGB (Red+Green+Blue) = 87+94+110=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #575E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6E is #A8A191. Grayscale: #5D5D5D. Windows color (decimal): -11051410 or 7233111. OLE color: 7233111.
HSL color Cylindrical-coordinate representation of color #575E6E: hue angle of 221.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575E6E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 94 | 110 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.57 |
| HSL | 221.74º | 0.12% | 0.39% | - |
| HSV(B) | 221.74º | 0.21% | 0.43% | - |
| XYZ | 10.75 | 11.16 | 16.34 | - |
| YUV | 93.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 110 | 0.21 | 0.15 | 0 | 0.57 | 221.74 | 0.12 | 0.39 |
| Hex | 57 | 5E | 6E | 15 | F | 0 | 39 | DE | C | 27 |
| Octal | 127 | 136 | 156 | 25 | 17 | 0 | 71 | 336 | 14 | 47 |
| Binary | 1010111 | 1011110 | 1101110 | 10101 | 1111 | 0 | 111001 | 11011110 | 1100 | 100111 |
Color Harmonies of #575E6E
Complementary color
Monochromatic Colors of #575E6E
Black with #575E6E
Text Example
Text Example
White with #575E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E6E; }
p { color: rgb(87,94,110); }
H1.HeaderClassName
{
color: #575E6E;
}
.AnyTagClassName
{
color: #575E6E;
}
</style>
background-color css
<style>
a { background-color: #575E6E; }
a { background-color: rgb(87,94,110); }
div.DivClassName
{
background-color: #575E6E;
}
.BgClassName
{
background-color: #575E6E;
}
</style>
border-color css
<style>
span { border-color: #575E6E; }
span { border-color: rgb(87,94,110); }
td.TdClassName
{
border-color: #575E6E;
}
.TagClassName
{
border-color: #575E6E;
}
</style>