Shades of Bright Grey #515A69
Tints of Bright Grey #515A69
RGB
CMYK
RGB Variations
Color information
#515A69 (or 0x515A69) is known color: Bright Grey. HEX triplet: 51, 5A and 69. RGB value is (81,90,105). Sum of RGB (Red+Green+Blue) = 81+90+105=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #515A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A69 is #AEA596. Grayscale: #585858. Windows color (decimal): -11445655 or 6904401. OLE color: 6904401.
HSL color Cylindrical-coordinate representation of color #515A69: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515A69 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 90 | 105 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.59 |
| HSL | 217.5º | 0.13% | 0.36% | - |
| HSV(B) | 217.5º | 0.23% | 0.41% | - |
| XYZ | 9.6 | 10.08 | 14.8 | - |
| YUV | 89.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 105 | 0.23 | 0.14 | 0 | 0.59 | 217.5 | 0.13 | 0.36 |
| Hex | 51 | 5A | 69 | 17 | E | 0 | 3B | DA | D | 24 |
| Octal | 121 | 132 | 151 | 27 | 16 | 0 | 73 | 332 | 15 | 44 |
| Binary | 1010001 | 1011010 | 1101001 | 10111 | 1110 | 0 | 111011 | 11011010 | 1101 | 100100 |
Color Harmonies of #515A69
Complementary color
Monochromatic Colors of #515A69
Black with #515A69
Text Example
Text Example
White with #515A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A69; }
p { color: rgb(81,90,105); }
H1.HeaderClassName
{
color: #515A69;
}
.AnyTagClassName
{
color: #515A69;
}
</style>
background-color css
<style>
a { background-color: #515A69; }
a { background-color: rgb(81,90,105); }
div.DivClassName
{
background-color: #515A69;
}
.BgClassName
{
background-color: #515A69;
}
</style>
border-color css
<style>
span { border-color: #515A69; }
span { border-color: rgb(81,90,105); }
td.TdClassName
{
border-color: #515A69;
}
.TagClassName
{
border-color: #515A69;
}
</style>