Shades of Bright Grey #545965
Tints of Bright Grey #545965
RGB
CMYK
RGB Variations
Color information
#545965 (or 0x545965) is known color: Bright Grey. HEX triplet: 54, 59 and 65. RGB value is (84,89,101). Sum of RGB (Red+Green+Blue) = 84+89+101=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #545965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545965 is #ABA69A. Grayscale: #585858. Windows color (decimal): -11249307 or 6642004. OLE color: 6642004.
HSL color Cylindrical-coordinate representation of color #545965: hue angle of 222.35º 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 #545965 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 89 | 101 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.60 |
| HSL | 222.35º | 0.09% | 0.36% | - |
| HSV(B) | 222.35º | 0.17% | 0.4% | - |
| XYZ | 9.58 | 9.97 | 13.73 | - |
| YUV | 88.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 101 | 0.17 | 0.12 | 0 | 0.60 | 222.35 | 0.09 | 0.36 |
| Hex | 54 | 59 | 65 | 11 | C | 0 | 3C | DE | 9 | 24 |
| Octal | 124 | 131 | 145 | 21 | 14 | 0 | 74 | 336 | 11 | 44 |
| Binary | 1010100 | 1011001 | 1100101 | 10001 | 1100 | 0 | 111100 | 11011110 | 1001 | 100100 |
Color Harmonies of #545965
Complementary color
Monochromatic Colors of #545965
Black with #545965
Text Example
Text Example
White with #545965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545965; }
p { color: rgb(84,89,101); }
H1.HeaderClassName
{
color: #545965;
}
.AnyTagClassName
{
color: #545965;
}
</style>
background-color css
<style>
a { background-color: #545965; }
a { background-color: rgb(84,89,101); }
div.DivClassName
{
background-color: #545965;
}
.BgClassName
{
background-color: #545965;
}
</style>
border-color css
<style>
span { border-color: #545965; }
span { border-color: rgb(84,89,101); }
td.TdClassName
{
border-color: #545965;
}
.TagClassName
{
border-color: #545965;
}
</style>