Shades of Bright Grey #515A67
Tints of Bright Grey #515A67
RGB
CMYK
RGB Variations
Color information
#515A67 (or 0x515A67) is known color: Bright Grey. HEX triplet: 51, 5A and 67. RGB value is (81,90,103). Sum of RGB (Red+Green+Blue) = 81+90+103=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #515A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A67 is #AEA598. Grayscale: #585858. Windows color (decimal): -11445657 or 6773329. OLE color: 6773329.
HSL color Cylindrical-coordinate representation of color #515A67: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515A67 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 90 | 103 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.60 |
| HSL | 215.45º | 0.12% | 0.36% | - |
| HSV(B) | 215.45º | 0.21% | 0.4% | - |
| XYZ | 9.5 | 10.04 | 14.27 | - |
| YUV | 88.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 103 | 0.21 | 0.13 | 0 | 0.60 | 215.45 | 0.12 | 0.36 |
| Hex | 51 | 5A | 67 | 15 | D | 0 | 3C | D7 | C | 24 |
| Octal | 121 | 132 | 147 | 25 | 15 | 0 | 74 | 327 | 14 | 44 |
| Binary | 1010001 | 1011010 | 1100111 | 10101 | 1101 | 0 | 111100 | 11010111 | 1100 | 100100 |
Color Harmonies of #515A67
Complementary color
Monochromatic Colors of #515A67
Black with #515A67
Text Example
Text Example
White with #515A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A67; }
p { color: rgb(81,90,103); }
H1.HeaderClassName
{
color: #515A67;
}
.AnyTagClassName
{
color: #515A67;
}
</style>
background-color css
<style>
a { background-color: #515A67; }
a { background-color: rgb(81,90,103); }
div.DivClassName
{
background-color: #515A67;
}
.BgClassName
{
background-color: #515A67;
}
</style>
border-color css
<style>
span { border-color: #515A67; }
span { border-color: rgb(81,90,103); }
td.TdClassName
{
border-color: #515A67;
}
.TagClassName
{
border-color: #515A67;
}
</style>