Shades of Chambray #545B78
Tints of Chambray #545B78
RGB
CMYK
RGB Variations
Color information
#545B78 (or 0x545B78) is known color: Chambray. HEX triplet: 54, 5B and 78. RGB value is (84,91,120). Sum of RGB (Red+Green+Blue) = 84+91+120=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #545B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B78 is #ABA487. Grayscale: #5C5C5C. Windows color (decimal): -11248776 or 7887700. OLE color: 7887700.
HSL color Cylindrical-coordinate representation of color #545B78: hue angle of 228.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545B78 is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 91 | 120 | - |
| CMYK | 0.3 | 0.24 | 0 | 0.53 |
| HSL | 228.33º | 0.18% | 0.4% | - |
| HSV(B) | 228.33º | 0.3% | 0.47% | - |
| XYZ | 10.79 | 10.72 | 19.27 | - |
| YUV | 92.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 120 | 0.3 | 0.24 | 0 | 0.53 | 228.33 | 0.18 | 0.4 |
| Hex | 54 | 5B | 78 | 1E | 18 | 0 | 35 | E4 | 12 | 28 |
| Octal | 124 | 133 | 170 | 36 | 30 | 0 | 65 | 344 | 22 | 50 |
| Binary | 1010100 | 1011011 | 1111000 | 11110 | 11000 | 0 | 110101 | 11100100 | 10010 | 101000 |
Color Harmonies of #545B78
Complementary color
Monochromatic Colors of #545B78
Black with #545B78
Text Example
Text Example
White with #545B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B78; }
p { color: rgb(84,91,120); }
H1.HeaderClassName
{
color: #545B78;
}
.AnyTagClassName
{
color: #545B78;
}
</style>
background-color css
<style>
a { background-color: #545B78; }
a { background-color: rgb(84,91,120); }
div.DivClassName
{
background-color: #545B78;
}
.BgClassName
{
background-color: #545B78;
}
</style>
border-color css
<style>
span { border-color: #545B78; }
span { border-color: rgb(84,91,120); }
td.TdClassName
{
border-color: #545B78;
}
.TagClassName
{
border-color: #545B78;
}
</style>