Shades of Bright Grey #51535D
Tints of Bright Grey #51535D
RGB
CMYK
RGB Variations
Color information
#51535D (or 0x51535D) is known color: Bright Grey. HEX triplet: 51, 53 and 5D. RGB value is (81,83,93). Sum of RGB (Red+Green+Blue) = 81+83+93=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #51535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51535D is #AEACA2. Grayscale: #535353. Windows color (decimal): -11447459 or 6116177. OLE color: 6116177.
HSL color Cylindrical-coordinate representation of color #51535D: hue angle of 230º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51535D is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 83 | 93 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.64 |
| HSL | 230º | 0.07% | 0.34% | - |
| HSV(B) | 230º | 0.13% | 0.36% | - |
| XYZ | 8.46 | 8.73 | 11.59 | - |
| YUV | 83.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 93 | 0.13 | 0.11 | 0 | 0.64 | 230 | 0.07 | 0.34 |
| Hex | 51 | 53 | 5D | D | B | 0 | 40 | E6 | 7 | 22 |
| Octal | 121 | 123 | 135 | 15 | 13 | 0 | 100 | 346 | 7 | 42 |
| Binary | 1010001 | 1010011 | 1011101 | 1101 | 1011 | 0 | 1000000 | 11100110 | 111 | 100010 |
Color Harmonies of #51535D
Complementary color
Monochromatic Colors of #51535D
Black with #51535D
Text Example
Text Example
White with #51535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51535D; }
p { color: rgb(81,83,93); }
H1.HeaderClassName
{
color: #51535D;
}
.AnyTagClassName
{
color: #51535D;
}
</style>
background-color css
<style>
a { background-color: #51535D; }
a { background-color: rgb(81,83,93); }
div.DivClassName
{
background-color: #51535D;
}
.BgClassName
{
background-color: #51535D;
}
</style>
border-color css
<style>
span { border-color: #51535D; }
span { border-color: rgb(81,83,93); }
td.TdClassName
{
border-color: #51535D;
}
.TagClassName
{
border-color: #51535D;
}
</style>