Shades of Chambray #545A7C
Tints of Chambray #545A7C
RGB
CMYK
RGB Variations
Color information
#545A7C (or 0x545A7C) is known color: Chambray. HEX triplet: 54, 5A and 7C. RGB value is (84,90,124). Sum of RGB (Red+Green+Blue) = 84+90+124=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #545A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A7C is #ABA583. Grayscale: #5B5B5B. Windows color (decimal): -11249028 or 8149588. OLE color: 8149588.
HSL color Cylindrical-coordinate representation of color #545A7C: hue angle of 231º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545A7C is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 90 | 124 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.51 |
| HSL | 231º | 0.19% | 0.41% | - |
| HSV(B) | 231º | 0.32% | 0.49% | - |
| XYZ | 10.95 | 10.65 | 20.55 | - |
| YUV | 92.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 124 | 0.32 | 0.27 | 0 | 0.51 | 231 | 0.19 | 0.41 |
| Hex | 54 | 5A | 7C | 20 | 1B | 0 | 33 | E7 | 13 | 29 |
| Octal | 124 | 132 | 174 | 40 | 33 | 0 | 63 | 347 | 23 | 51 |
| Binary | 1010100 | 1011010 | 1111100 | 100000 | 11011 | 0 | 110011 | 11100111 | 10011 | 101001 |
Color Harmonies of #545A7C
Complementary color
Monochromatic Colors of #545A7C
Black with #545A7C
Text Example
Text Example
White with #545A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A7C; }
p { color: rgb(84,90,124); }
H1.HeaderClassName
{
color: #545A7C;
}
.AnyTagClassName
{
color: #545A7C;
}
</style>
background-color css
<style>
a { background-color: #545A7C; }
a { background-color: rgb(84,90,124); }
div.DivClassName
{
background-color: #545A7C;
}
.BgClassName
{
background-color: #545A7C;
}
</style>
border-color css
<style>
span { border-color: #545A7C; }
span { border-color: rgb(84,90,124); }
td.TdClassName
{
border-color: #545A7C;
}
.TagClassName
{
border-color: #545A7C;
}
</style>