Shades of Bright Grey #575963
Tints of Bright Grey #575963
RGB
CMYK
RGB Variations
Color information
#575963 (or 0x575963) is known color: Bright Grey. HEX triplet: 57, 59 and 63. RGB value is (87,89,99). Sum of RGB (Red+Green+Blue) = 87+89+99=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #575963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575963 is #A8A69C. Grayscale: #595959. Windows color (decimal): -11052701 or 6510935. OLE color: 6510935.
HSL color Cylindrical-coordinate representation of color #575963: hue angle of 230º 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 #575963 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 89 | 99 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.61 |
| HSL | 230º | 0.06% | 0.36% | - |
| HSV(B) | 230º | 0.12% | 0.39% | - |
| XYZ | 9.75 | 10.07 | 13.23 | - |
| YUV | 89.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 99 | 0.12 | 0.10 | 0 | 0.61 | 230 | 0.06 | 0.36 |
| Hex | 57 | 59 | 63 | C | A | 0 | 3D | E6 | 6 | 24 |
| Octal | 127 | 131 | 143 | 14 | 12 | 0 | 75 | 346 | 6 | 44 |
| Binary | 1010111 | 1011001 | 1100011 | 1100 | 1010 | 0 | 111101 | 11100110 | 110 | 100100 |
Color Harmonies of #575963
Complementary color
Monochromatic Colors of #575963
Black with #575963
Text Example
Text Example
White with #575963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575963; }
p { color: rgb(87,89,99); }
H1.HeaderClassName
{
color: #575963;
}
.AnyTagClassName
{
color: #575963;
}
</style>
background-color css
<style>
a { background-color: #575963; }
a { background-color: rgb(87,89,99); }
div.DivClassName
{
background-color: #575963;
}
.BgClassName
{
background-color: #575963;
}
</style>
border-color css
<style>
span { border-color: #575963; }
span { border-color: rgb(87,89,99); }
td.TdClassName
{
border-color: #575963;
}
.TagClassName
{
border-color: #575963;
}
</style>