Shades of Bright Grey #515864
Tints of Bright Grey #515864
RGB
CMYK
RGB Variations
Color information
#515864 (or 0x515864) is known color: Bright Grey. HEX triplet: 51, 58 and 64. RGB value is (81,88,100). Sum of RGB (Red+Green+Blue) = 81+88+100=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #515864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515864 is #AEA79B. Grayscale: #575757. Windows color (decimal): -11446172 or 6576209. OLE color: 6576209.
HSL color Cylindrical-coordinate representation of color #515864: hue angle of 217.89º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515864 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 88 | 100 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.61 |
| HSL | 217.89º | 0.1% | 0.35% | - |
| HSV(B) | 217.89º | 0.19% | 0.39% | - |
| XYZ | 9.18 | 9.65 | 13.44 | - |
| YUV | 87.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 100 | 0.19 | 0.12 | 0 | 0.61 | 217.89 | 0.1 | 0.35 |
| Hex | 51 | 58 | 64 | 13 | C | 0 | 3D | DA | A | 23 |
| Octal | 121 | 130 | 144 | 23 | 14 | 0 | 75 | 332 | 12 | 43 |
| Binary | 1010001 | 1011000 | 1100100 | 10011 | 1100 | 0 | 111101 | 11011010 | 1010 | 100011 |
Color Harmonies of #515864
Complementary color
Monochromatic Colors of #515864
Black with #515864
Text Example
Text Example
White with #515864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515864; }
p { color: rgb(81,88,100); }
H1.HeaderClassName
{
color: #515864;
}
.AnyTagClassName
{
color: #515864;
}
</style>
background-color css
<style>
a { background-color: #515864; }
a { background-color: rgb(81,88,100); }
div.DivClassName
{
background-color: #515864;
}
.BgClassName
{
background-color: #515864;
}
</style>
border-color css
<style>
span { border-color: #515864; }
span { border-color: rgb(81,88,100); }
td.TdClassName
{
border-color: #515864;
}
.TagClassName
{
border-color: #515864;
}
</style>