Shades of Bright Grey #545665
Tints of Bright Grey #545665
RGB
CMYK
RGB Variations
Color information
#545665 (or 0x545665) is known color: Bright Grey. HEX triplet: 54, 56 and 65. RGB value is (84,86,101). Sum of RGB (Red+Green+Blue) = 84+86+101=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #545665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545665 is #ABA99A. Grayscale: #575757. Windows color (decimal): -11250075 or 6641236. OLE color: 6641236.
HSL color Cylindrical-coordinate representation of color #545665: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545665 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 86 | 101 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.60 |
| HSL | 232.94º | 0.09% | 0.36% | - |
| HSV(B) | 232.94º | 0.17% | 0.4% | - |
| XYZ | 9.33 | 9.48 | 13.65 | - |
| YUV | 87.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 101 | 0.17 | 0.15 | 0 | 0.60 | 232.94 | 0.09 | 0.36 |
| Hex | 54 | 56 | 65 | 11 | F | 0 | 3C | E9 | 9 | 24 |
| Octal | 124 | 126 | 145 | 21 | 17 | 0 | 74 | 351 | 11 | 44 |
| Binary | 1010100 | 1010110 | 1100101 | 10001 | 1111 | 0 | 111100 | 11101001 | 1001 | 100100 |
Color Harmonies of #545665
Complementary color
Monochromatic Colors of #545665
Black with #545665
Text Example
Text Example
White with #545665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545665; }
p { color: rgb(84,86,101); }
H1.HeaderClassName
{
color: #545665;
}
.AnyTagClassName
{
color: #545665;
}
</style>
background-color css
<style>
a { background-color: #545665; }
a { background-color: rgb(84,86,101); }
div.DivClassName
{
background-color: #545665;
}
.BgClassName
{
background-color: #545665;
}
</style>
border-color css
<style>
span { border-color: #545665; }
span { border-color: rgb(84,86,101); }
td.TdClassName
{
border-color: #545665;
}
.TagClassName
{
border-color: #545665;
}
</style>