Shades of Bright Grey #51535C
Tints of Bright Grey #51535C
RGB
CMYK
RGB Variations
Color information
#51535C (or 0x51535C) is known color: Bright Grey. HEX triplet: 51, 53 and 5C. RGB value is (81,83,92). Sum of RGB (Red+Green+Blue) = 81+83+92=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #51535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51535C is #AEACA3. Grayscale: #535353. Windows color (decimal): -11447460 or 6050641. OLE color: 6050641.
HSL color Cylindrical-coordinate representation of color #51535C: hue angle of 229.09º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51535C is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 83 | 92 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.64 |
| HSL | 229.09º | 0.06% | 0.34% | - |
| HSV(B) | 229.09º | 0.12% | 0.36% | - |
| XYZ | 8.42 | 8.71 | 11.36 | - |
| YUV | 83.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 92 | 0.12 | 0.10 | 0 | 0.64 | 229.09 | 0.06 | 0.34 |
| Hex | 51 | 53 | 5C | C | A | 0 | 40 | E5 | 6 | 22 |
| Octal | 121 | 123 | 134 | 14 | 12 | 0 | 100 | 345 | 6 | 42 |
| Binary | 1010001 | 1010011 | 1011100 | 1100 | 1010 | 0 | 1000000 | 11100101 | 110 | 100010 |
Color Harmonies of #51535C
Complementary color
Monochromatic Colors of #51535C
Black with #51535C
Text Example
Text Example
White with #51535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51535C; }
p { color: rgb(81,83,92); }
H1.HeaderClassName
{
color: #51535C;
}
.AnyTagClassName
{
color: #51535C;
}
</style>
background-color css
<style>
a { background-color: #51535C; }
a { background-color: rgb(81,83,92); }
div.DivClassName
{
background-color: #51535C;
}
.BgClassName
{
background-color: #51535C;
}
</style>
border-color css
<style>
span { border-color: #51535C; }
span { border-color: rgb(81,83,92); }
td.TdClassName
{
border-color: #51535C;
}
.TagClassName
{
border-color: #51535C;
}
</style>