Shades of Bright Grey #545561
Tints of Bright Grey #545561
RGB
CMYK
RGB Variations
Color information
#545561 (or 0x545561) is known color: Bright Grey. HEX triplet: 54, 55 and 61. RGB value is (84,85,97). Sum of RGB (Red+Green+Blue) = 84+85+97=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #545561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545561 is #ABAA9E. Grayscale: #565656. Windows color (decimal): -11250335 or 6378836. OLE color: 6378836.
HSL color Cylindrical-coordinate representation of color #545561: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545561 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 85 | 97 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.62 |
| HSL | 235.38º | 0.07% | 0.35% | - |
| HSV(B) | 235.38º | 0.13% | 0.38% | - |
| XYZ | 9.06 | 9.24 | 12.62 | - |
| YUV | 86.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 97 | 0.13 | 0.12 | 0 | 0.62 | 235.38 | 0.07 | 0.35 |
| Hex | 54 | 55 | 61 | D | C | 0 | 3E | EB | 7 | 23 |
| Octal | 124 | 125 | 141 | 15 | 14 | 0 | 76 | 353 | 7 | 43 |
| Binary | 1010100 | 1010101 | 1100001 | 1101 | 1100 | 0 | 111110 | 11101011 | 111 | 100011 |
Color Harmonies of #545561
Complementary color
Monochromatic Colors of #545561
Black with #545561
Text Example
Text Example
White with #545561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545561; }
p { color: rgb(84,85,97); }
H1.HeaderClassName
{
color: #545561;
}
.AnyTagClassName
{
color: #545561;
}
</style>
background-color css
<style>
a { background-color: #545561; }
a { background-color: rgb(84,85,97); }
div.DivClassName
{
background-color: #545561;
}
.BgClassName
{
background-color: #545561;
}
</style>
border-color css
<style>
span { border-color: #545561; }
span { border-color: rgb(84,85,97); }
td.TdClassName
{
border-color: #545561;
}
.TagClassName
{
border-color: #545561;
}
</style>