Shades of Bright Grey #51535A
Tints of Bright Grey #51535A
RGB
CMYK
RGB Variations
Color information
#51535A (or 0x51535A) is known color: Bright Grey. HEX triplet: 51, 53 and 5A. RGB value is (81,83,90). Sum of RGB (Red+Green+Blue) = 81+83+90=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #51535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51535A is #AEACA5. Grayscale: #535353. Windows color (decimal): -11447462 or 5919569. OLE color: 5919569.
HSL color Cylindrical-coordinate representation of color #51535A: hue angle of 226.67º 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 #51535A is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 83 | 90 | - |
| CMYK | 0.1 | 0.08 | 0 | 0.65 |
| HSL | 226.67º | 0.05% | 0.34% | - |
| HSV(B) | 226.67º | 0.1% | 0.35% | - |
| XYZ | 8.33 | 8.67 | 10.91 | - |
| YUV | 83.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 90 | 0.1 | 0.08 | 0 | 0.65 | 226.67 | 0.05 | 0.34 |
| Hex | 51 | 53 | 5A | A | 8 | 0 | 41 | E3 | 5 | 22 |
| Octal | 121 | 123 | 132 | 12 | 10 | 0 | 101 | 343 | 5 | 42 |
| Binary | 1010001 | 1010011 | 1011010 | 1010 | 1000 | 0 | 1000001 | 11100011 | 101 | 100010 |
Color Harmonies of #51535A
Complementary color
Monochromatic Colors of #51535A
Black with #51535A
Text Example
Text Example
White with #51535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51535A; }
p { color: rgb(81,83,90); }
H1.HeaderClassName
{
color: #51535A;
}
.AnyTagClassName
{
color: #51535A;
}
</style>
background-color css
<style>
a { background-color: #51535A; }
a { background-color: rgb(81,83,90); }
div.DivClassName
{
background-color: #51535A;
}
.BgClassName
{
background-color: #51535A;
}
</style>
border-color css
<style>
span { border-color: #51535A; }
span { border-color: rgb(81,83,90); }
td.TdClassName
{
border-color: #51535A;
}
.TagClassName
{
border-color: #51535A;
}
</style>