Shades of Chambray #545D7A
Tints of Chambray #545D7A
RGB
CMYK
RGB Variations
Color information
#545D7A (or 0x545D7A) is known color: Chambray. HEX triplet: 54, 5D and 7A. RGB value is (84,93,122). Sum of RGB (Red+Green+Blue) = 84+93+122=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #545D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D7A is #ABA285. Grayscale: #5D5D5D. Windows color (decimal): -11248262 or 8019284. OLE color: 8019284.
HSL color Cylindrical-coordinate representation of color #545D7A: hue angle of 225.79º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545D7A is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 93 | 122 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.52 |
| HSL | 225.79º | 0.18% | 0.4% | - |
| HSV(B) | 225.79º | 0.31% | 0.48% | - |
| XYZ | 11.08 | 11.12 | 19.97 | - |
| YUV | 93.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 122 | 0.31 | 0.24 | 0 | 0.52 | 225.79 | 0.18 | 0.4 |
| Hex | 54 | 5D | 7A | 1F | 18 | 0 | 34 | E2 | 12 | 28 |
| Octal | 124 | 135 | 172 | 37 | 30 | 0 | 64 | 342 | 22 | 50 |
| Binary | 1010100 | 1011101 | 1111010 | 11111 | 11000 | 0 | 110100 | 11100010 | 10010 | 101000 |
Color Harmonies of #545D7A
Complementary color
Monochromatic Colors of #545D7A
Black with #545D7A
Text Example
Text Example
White with #545D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D7A; }
p { color: rgb(84,93,122); }
H1.HeaderClassName
{
color: #545D7A;
}
.AnyTagClassName
{
color: #545D7A;
}
</style>
background-color css
<style>
a { background-color: #545D7A; }
a { background-color: rgb(84,93,122); }
div.DivClassName
{
background-color: #545D7A;
}
.BgClassName
{
background-color: #545D7A;
}
</style>
border-color css
<style>
span { border-color: #545D7A; }
span { border-color: rgb(84,93,122); }
td.TdClassName
{
border-color: #545D7A;
}
.TagClassName
{
border-color: #545D7A;
}
</style>