Shades of Chambray #545D76
Tints of Chambray #545D76
RGB
CMYK
RGB Variations
Color information
#545D76 (or 0x545D76) is known color: Chambray. HEX triplet: 54, 5D and 76. RGB value is (84,93,118). Sum of RGB (Red+Green+Blue) = 84+93+118=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #545D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D76 is #ABA289. Grayscale: #5D5D5D. Windows color (decimal): -11248266 or 7757140. OLE color: 7757140.
HSL color Cylindrical-coordinate representation of color #545D76: hue angle of 224.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545D76 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 93 | 118 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.54 |
| HSL | 224.12º | 0.17% | 0.4% | - |
| HSV(B) | 224.12º | 0.29% | 0.46% | - |
| XYZ | 10.84 | 11.02 | 18.7 | - |
| YUV | 93.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 118 | 0.29 | 0.21 | 0 | 0.54 | 224.12 | 0.17 | 0.4 |
| Hex | 54 | 5D | 76 | 1D | 15 | 0 | 36 | E0 | 11 | 28 |
| Octal | 124 | 135 | 166 | 35 | 25 | 0 | 66 | 340 | 21 | 50 |
| Binary | 1010100 | 1011101 | 1110110 | 11101 | 10101 | 0 | 110110 | 11100000 | 10001 | 101000 |
Color Harmonies of #545D76
Complementary color
Monochromatic Colors of #545D76
Black with #545D76
Text Example
Text Example
White with #545D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D76; }
p { color: rgb(84,93,118); }
H1.HeaderClassName
{
color: #545D76;
}
.AnyTagClassName
{
color: #545D76;
}
</style>
background-color css
<style>
a { background-color: #545D76; }
a { background-color: rgb(84,93,118); }
div.DivClassName
{
background-color: #545D76;
}
.BgClassName
{
background-color: #545D76;
}
</style>
border-color css
<style>
span { border-color: #545D76; }
span { border-color: rgb(84,93,118); }
td.TdClassName
{
border-color: #545D76;
}
.TagClassName
{
border-color: #545D76;
}
</style>