Shades of Bright Grey #575863
Tints of Bright Grey #575863
RGB
CMYK
RGB Variations
Color information
#575863 (or 0x575863) is known color: Bright Grey. HEX triplet: 57, 58 and 63. RGB value is (87,88,99). Sum of RGB (Red+Green+Blue) = 87+88+99=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #575863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575863 is #A8A79C. Grayscale: #585858. Windows color (decimal): -11052957 or 6510679. OLE color: 6510679.
HSL color Cylindrical-coordinate representation of color #575863: hue angle of 235º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575863 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 88 | 99 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.61 |
| HSL | 235º | 0.06% | 0.36% | - |
| HSV(B) | 235º | 0.12% | 0.39% | - |
| XYZ | 9.67 | 9.91 | 13.21 | - |
| YUV | 88.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 99 | 0.12 | 0.11 | 0 | 0.61 | 235 | 0.06 | 0.36 |
| Hex | 57 | 58 | 63 | C | B | 0 | 3D | EB | 6 | 24 |
| Octal | 127 | 130 | 143 | 14 | 13 | 0 | 75 | 353 | 6 | 44 |
| Binary | 1010111 | 1011000 | 1100011 | 1100 | 1011 | 0 | 111101 | 11101011 | 110 | 100100 |
Color Harmonies of #575863
Complementary color
Monochromatic Colors of #575863
Black with #575863
Text Example
Text Example
White with #575863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575863; }
p { color: rgb(87,88,99); }
H1.HeaderClassName
{
color: #575863;
}
.AnyTagClassName
{
color: #575863;
}
</style>
background-color css
<style>
a { background-color: #575863; }
a { background-color: rgb(87,88,99); }
div.DivClassName
{
background-color: #575863;
}
.BgClassName
{
background-color: #575863;
}
</style>
border-color css
<style>
span { border-color: #575863; }
span { border-color: rgb(87,88,99); }
td.TdClassName
{
border-color: #575863;
}
.TagClassName
{
border-color: #575863;
}
</style>