Shades of Bright Grey #545D68
Tints of Bright Grey #545D68
RGB
CMYK
RGB Variations
Color information
#545D68 (or 0x545D68) is known color: Bright Grey. HEX triplet: 54, 5D and 68. RGB value is (84,93,104). Sum of RGB (Red+Green+Blue) = 84+93+104=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #545D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D68 is #ABA297. Grayscale: #5B5B5B. Windows color (decimal): -11248280 or 6839636. OLE color: 6839636.
HSL color Cylindrical-coordinate representation of color #545D68: hue angle of 213º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545D68 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 93 | 104 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.59 |
| HSL | 213º | 0.11% | 0.37% | - |
| HSV(B) | 213º | 0.19% | 0.41% | - |
| XYZ | 10.07 | 10.71 | 14.63 | - |
| YUV | 91.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 104 | 0.19 | 0.11 | 0 | 0.59 | 213 | 0.11 | 0.37 |
| Hex | 54 | 5D | 68 | 13 | B | 0 | 3B | D5 | B | 25 |
| Octal | 124 | 135 | 150 | 23 | 13 | 0 | 73 | 325 | 13 | 45 |
| Binary | 1010100 | 1011101 | 1101000 | 10011 | 1011 | 0 | 111011 | 11010101 | 1011 | 100101 |
Color Harmonies of #545D68
Complementary color
Monochromatic Colors of #545D68
Black with #545D68
Text Example
Text Example
White with #545D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D68; }
p { color: rgb(84,93,104); }
H1.HeaderClassName
{
color: #545D68;
}
.AnyTagClassName
{
color: #545D68;
}
</style>
background-color css
<style>
a { background-color: #545D68; }
a { background-color: rgb(84,93,104); }
div.DivClassName
{
background-color: #545D68;
}
.BgClassName
{
background-color: #545D68;
}
</style>
border-color css
<style>
span { border-color: #545D68; }
span { border-color: rgb(84,93,104); }
td.TdClassName
{
border-color: #545D68;
}
.TagClassName
{
border-color: #545D68;
}
</style>