Shades of Bright Grey #535461
Tints of Bright Grey #535461
RGB
CMYK
RGB Variations
Color information
#535461 (or 0x535461) is known color: Bright Grey. HEX triplet: 53, 54 and 61. RGB value is (83,84,97). Sum of RGB (Red+Green+Blue) = 83+84+97=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #535461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535461 is #ACAB9E. Grayscale: #555555. Windows color (decimal): -11316127 or 6378579. OLE color: 6378579.
HSL color Cylindrical-coordinate representation of color #535461: hue angle of 235.71º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535461 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 84 | 97 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.62 |
| HSL | 235.71º | 0.08% | 0.35% | - |
| HSV(B) | 235.71º | 0.14% | 0.38% | - |
| XYZ | 8.9 | 9.04 | 12.59 | - |
| YUV | 85.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 97 | 0.14 | 0.13 | 0 | 0.62 | 235.71 | 0.08 | 0.35 |
| Hex | 53 | 54 | 61 | E | D | 0 | 3E | EC | 8 | 23 |
| Octal | 123 | 124 | 141 | 16 | 15 | 0 | 76 | 354 | 10 | 43 |
| Binary | 1010011 | 1010100 | 1100001 | 1110 | 1101 | 0 | 111110 | 11101100 | 1000 | 100011 |
Color Harmonies of #535461
Complementary color
Monochromatic Colors of #535461
Black with #535461
Text Example
Text Example
White with #535461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535461; }
p { color: rgb(83,84,97); }
H1.HeaderClassName
{
color: #535461;
}
.AnyTagClassName
{
color: #535461;
}
</style>
background-color css
<style>
a { background-color: #535461; }
a { background-color: rgb(83,84,97); }
div.DivClassName
{
background-color: #535461;
}
.BgClassName
{
background-color: #535461;
}
</style>
border-color css
<style>
span { border-color: #535461; }
span { border-color: rgb(83,84,97); }
td.TdClassName
{
border-color: #535461;
}
.TagClassName
{
border-color: #535461;
}
</style>