Shades of Bright Grey #51555A
Tints of Bright Grey #51555A
RGB
CMYK
RGB Variations
Color information
#51555A (or 0x51555A) is known color: Bright Grey. HEX triplet: 51, 55 and 5A. RGB value is (81,85,90). Sum of RGB (Red+Green+Blue) = 81+85+90=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #51555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555A is #AEAAA5. Grayscale: #545454. Windows color (decimal): -11446950 or 5920081. OLE color: 5920081.
HSL color Cylindrical-coordinate representation of color #51555A: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51555A is Cyan = 0.1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 85 | 90 | - |
| CMYK | 0.1 | 0.06 | 0 | 0.65 |
| HSL | 213.33º | 0.05% | 0.34% | - |
| HSV(B) | 213.33º | 0.1% | 0.35% | - |
| XYZ | 8.49 | 8.98 | 10.96 | - |
| YUV | 84.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 90 | 0.1 | 0.06 | 0 | 0.65 | 213.33 | 0.05 | 0.34 |
| Hex | 51 | 55 | 5A | A | 6 | 0 | 41 | D5 | 5 | 22 |
| Octal | 121 | 125 | 132 | 12 | 6 | 0 | 101 | 325 | 5 | 42 |
| Binary | 1010001 | 1010101 | 1011010 | 1010 | 110 | 0 | 1000001 | 11010101 | 101 | 100010 |
Color Harmonies of #51555A
Complementary color
Monochromatic Colors of #51555A
Black with #51555A
Text Example
Text Example
White with #51555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51555A; }
p { color: rgb(81,85,90); }
H1.HeaderClassName
{
color: #51555A;
}
.AnyTagClassName
{
color: #51555A;
}
</style>
background-color css
<style>
a { background-color: #51555A; }
a { background-color: rgb(81,85,90); }
div.DivClassName
{
background-color: #51555A;
}
.BgClassName
{
background-color: #51555A;
}
</style>
border-color css
<style>
span { border-color: #51555A; }
span { border-color: rgb(81,85,90); }
td.TdClassName
{
border-color: #51555A;
}
.TagClassName
{
border-color: #51555A;
}
</style>