Shades of Bright Grey #545658
Tints of Bright Grey #545658
RGB
CMYK
RGB Variations
Color information
#545658 (or 0x545658) is known color: Bright Grey. HEX triplet: 54, 56 and 58. RGB value is (84,86,88). Sum of RGB (Red+Green+Blue) = 84+86+88=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #545658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545658 is #ABA9A7. Grayscale: #555555. Windows color (decimal): -11250088 or 5789268. OLE color: 5789268.
HSL color Cylindrical-coordinate representation of color #545658: hue angle of 210º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545658 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 86 | 88 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.65 |
| HSL | 210º | 0.02% | 0.34% | - |
| HSV(B) | 210º | 0.05% | 0.35% | - |
| XYZ | 8.75 | 9.24 | 10.56 | - |
| YUV | 85.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 88 | 0.05 | 0.02 | 0 | 0.65 | 210 | 0.02 | 0.34 |
| Hex | 54 | 56 | 58 | 5 | 2 | 0 | 41 | D2 | 2 | 22 |
| Octal | 124 | 126 | 130 | 5 | 2 | 0 | 101 | 322 | 2 | 42 |
| Binary | 1010100 | 1010110 | 1011000 | 101 | 10 | 0 | 1000001 | 11010010 | 10 | 100010 |
Color Harmonies of #545658
Complementary color
Monochromatic Colors of #545658
Black with #545658
Text Example
Text Example
White with #545658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545658; }
p { color: rgb(84,86,88); }
H1.HeaderClassName
{
color: #545658;
}
.AnyTagClassName
{
color: #545658;
}
</style>
background-color css
<style>
a { background-color: #545658; }
a { background-color: rgb(84,86,88); }
div.DivClassName
{
background-color: #545658;
}
.BgClassName
{
background-color: #545658;
}
</style>
border-color css
<style>
span { border-color: #545658; }
span { border-color: rgb(84,86,88); }
td.TdClassName
{
border-color: #545658;
}
.TagClassName
{
border-color: #545658;
}
</style>