Shades of Bright Grey #515968
Tints of Bright Grey #515968
RGB
CMYK
RGB Variations
Color information
#515968 (or 0x515968) is known color: Bright Grey. HEX triplet: 51, 59 and 68. RGB value is (81,89,104). Sum of RGB (Red+Green+Blue) = 81+89+104=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #515968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515968 is #AEA697. Grayscale: #585858. Windows color (decimal): -11445912 or 6838609. OLE color: 6838609.
HSL color Cylindrical-coordinate representation of color #515968: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515968 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 89 | 104 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.59 |
| HSL | 219.13º | 0.12% | 0.36% | - |
| HSV(B) | 219.13º | 0.22% | 0.41% | - |
| XYZ | 9.46 | 9.89 | 14.51 | - |
| YUV | 88.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 104 | 0.22 | 0.14 | 0 | 0.59 | 219.13 | 0.12 | 0.36 |
| Hex | 51 | 59 | 68 | 16 | E | 0 | 3B | DB | C | 24 |
| Octal | 121 | 131 | 150 | 26 | 16 | 0 | 73 | 333 | 14 | 44 |
| Binary | 1010001 | 1011001 | 1101000 | 10110 | 1110 | 0 | 111011 | 11011011 | 1100 | 100100 |
Color Harmonies of #515968
Complementary color
Monochromatic Colors of #515968
Black with #515968
Text Example
Text Example
White with #515968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515968; }
p { color: rgb(81,89,104); }
H1.HeaderClassName
{
color: #515968;
}
.AnyTagClassName
{
color: #515968;
}
</style>
background-color css
<style>
a { background-color: #515968; }
a { background-color: rgb(81,89,104); }
div.DivClassName
{
background-color: #515968;
}
.BgClassName
{
background-color: #515968;
}
</style>
border-color css
<style>
span { border-color: #515968; }
span { border-color: rgb(81,89,104); }
td.TdClassName
{
border-color: #515968;
}
.TagClassName
{
border-color: #515968;
}
</style>