Shades of Bright Grey #545865
Tints of Bright Grey #545865
RGB
CMYK
RGB Variations
Color information
#545865 (or 0x545865) is known color: Bright Grey. HEX triplet: 54, 58 and 65. RGB value is (84,88,101). Sum of RGB (Red+Green+Blue) = 84+88+101=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #545865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545865 is #ABA79A. Grayscale: #585858. Windows color (decimal): -11249563 or 6641748. OLE color: 6641748.
HSL color Cylindrical-coordinate representation of color #545865: hue angle of 225.88º 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 #545865 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 88 | 101 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.60 |
| HSL | 225.88º | 0.09% | 0.36% | - |
| HSV(B) | 225.88º | 0.17% | 0.4% | - |
| XYZ | 9.49 | 9.8 | 13.7 | - |
| YUV | 88.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 101 | 0.17 | 0.13 | 0 | 0.60 | 225.88 | 0.09 | 0.36 |
| Hex | 54 | 58 | 65 | 11 | D | 0 | 3C | E2 | 9 | 24 |
| Octal | 124 | 130 | 145 | 21 | 15 | 0 | 74 | 342 | 11 | 44 |
| Binary | 1010100 | 1011000 | 1100101 | 10001 | 1101 | 0 | 111100 | 11100010 | 1001 | 100100 |
Color Harmonies of #545865
Complementary color
Monochromatic Colors of #545865
Black with #545865
Text Example
Text Example
White with #545865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545865; }
p { color: rgb(84,88,101); }
H1.HeaderClassName
{
color: #545865;
}
.AnyTagClassName
{
color: #545865;
}
</style>
background-color css
<style>
a { background-color: #545865; }
a { background-color: rgb(84,88,101); }
div.DivClassName
{
background-color: #545865;
}
.BgClassName
{
background-color: #545865;
}
</style>
border-color css
<style>
span { border-color: #545865; }
span { border-color: rgb(84,88,101); }
td.TdClassName
{
border-color: #545865;
}
.TagClassName
{
border-color: #545865;
}
</style>