Shades of Chambray #545C84
Tints of Chambray #545C84
RGB
CMYK
RGB Variations
Color information
#545C84 (or 0x545C84) is known color: Chambray. HEX triplet: 54, 5C and 84. RGB value is (84,92,132). Sum of RGB (Red+Green+Blue) = 84+92+132=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #545C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545C84 is #ABA37B. Grayscale: #5D5D5D. Windows color (decimal): -11248508 or 8674388. OLE color: 8674388.
HSL color Cylindrical-coordinate representation of color #545C84: hue angle of 230º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545C84 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 92 | 132 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.48 |
| HSL | 230º | 0.22% | 0.42% | - |
| HSV(B) | 230º | 0.36% | 0.52% | - |
| XYZ | 11.65 | 11.21 | 23.38 | - |
| YUV | 94.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 132 | 0.36 | 0.30 | 0 | 0.48 | 230 | 0.22 | 0.42 |
| Hex | 54 | 5C | 84 | 24 | 1E | 0 | 30 | E6 | 16 | 2A |
| Octal | 124 | 134 | 204 | 44 | 36 | 0 | 60 | 346 | 26 | 52 |
| Binary | 1010100 | 1011100 | 10000100 | 100100 | 11110 | 0 | 110000 | 11100110 | 10110 | 101010 |
Color Harmonies of #545C84
Complementary color
Monochromatic Colors of #545C84
Black with #545C84
Text Example
Text Example
White with #545C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C84; }
p { color: rgb(84,92,132); }
H1.HeaderClassName
{
color: #545C84;
}
.AnyTagClassName
{
color: #545C84;
}
</style>
background-color css
<style>
a { background-color: #545C84; }
a { background-color: rgb(84,92,132); }
div.DivClassName
{
background-color: #545C84;
}
.BgClassName
{
background-color: #545C84;
}
</style>
border-color css
<style>
span { border-color: #545C84; }
span { border-color: rgb(84,92,132); }
td.TdClassName
{
border-color: #545C84;
}
.TagClassName
{
border-color: #545C84;
}
</style>