Shades of Bright Grey #515867
Tints of Bright Grey #515867
RGB
CMYK
RGB Variations
Color information
#515867 (or 0x515867) is known color: Bright Grey. HEX triplet: 51, 58 and 67. RGB value is (81,88,103). Sum of RGB (Red+Green+Blue) = 81+88+103=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 103 - color contains mainly: blue. Hex color #515867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515867 is #AEA798. Grayscale: #575757. Windows color (decimal): -11446169 or 6772817. OLE color: 6772817.
HSL color Cylindrical-coordinate representation of color #515867: hue angle of 220.91º 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 #515867 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 88 | 103 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.60 |
| HSL | 220.91º | 0.12% | 0.36% | - |
| HSV(B) | 220.91º | 0.21% | 0.4% | - |
| XYZ | 9.33 | 9.71 | 14.21 | - |
| YUV | 87.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 103 | 0.21 | 0.15 | 0 | 0.60 | 220.91 | 0.12 | 0.36 |
| Hex | 51 | 58 | 67 | 15 | F | 0 | 3C | DD | C | 24 |
| Octal | 121 | 130 | 147 | 25 | 17 | 0 | 74 | 335 | 14 | 44 |
| Binary | 1010001 | 1011000 | 1100111 | 10101 | 1111 | 0 | 111100 | 11011101 | 1100 | 100100 |
Color Harmonies of #515867
Complementary color
Monochromatic Colors of #515867
Black with #515867
Text Example
Text Example
White with #515867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515867; }
p { color: rgb(81,88,103); }
H1.HeaderClassName
{
color: #515867;
}
.AnyTagClassName
{
color: #515867;
}
</style>
background-color css
<style>
a { background-color: #515867; }
a { background-color: rgb(81,88,103); }
div.DivClassName
{
background-color: #515867;
}
.BgClassName
{
background-color: #515867;
}
</style>
border-color css
<style>
span { border-color: #515867; }
span { border-color: rgb(81,88,103); }
td.TdClassName
{
border-color: #515867;
}
.TagClassName
{
border-color: #515867;
}
</style>