Shades of Chambray #545A7B
Tints of Chambray #545A7B
RGB
CMYK
RGB Variations
Color information
#545A7B (or 0x545A7B) is known color: Chambray. HEX triplet: 54, 5A and 7B. RGB value is (84,90,123). Sum of RGB (Red+Green+Blue) = 84+90+123=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #545A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A7B is #ABA584. Grayscale: #5B5B5B. Windows color (decimal): -11249029 or 8084052. OLE color: 8084052.
HSL color Cylindrical-coordinate representation of color #545A7B: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545A7B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 90 | 123 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.52 |
| HSL | 230.77º | 0.19% | 0.41% | - |
| HSV(B) | 230.77º | 0.32% | 0.48% | - |
| XYZ | 10.89 | 10.63 | 20.22 | - |
| YUV | 91.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 123 | 0.32 | 0.27 | 0 | 0.52 | 230.77 | 0.19 | 0.41 |
| Hex | 54 | 5A | 7B | 20 | 1B | 0 | 34 | E7 | 13 | 29 |
| Octal | 124 | 132 | 173 | 40 | 33 | 0 | 64 | 347 | 23 | 51 |
| Binary | 1010100 | 1011010 | 1111011 | 100000 | 11011 | 0 | 110100 | 11100111 | 10011 | 101001 |
Color Harmonies of #545A7B
Complementary color
Monochromatic Colors of #545A7B
Black with #545A7B
Text Example
Text Example
White with #545A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A7B; }
p { color: rgb(84,90,123); }
H1.HeaderClassName
{
color: #545A7B;
}
.AnyTagClassName
{
color: #545A7B;
}
</style>
background-color css
<style>
a { background-color: #545A7B; }
a { background-color: rgb(84,90,123); }
div.DivClassName
{
background-color: #545A7B;
}
.BgClassName
{
background-color: #545A7B;
}
</style>
border-color css
<style>
span { border-color: #545A7B; }
span { border-color: rgb(84,90,123); }
td.TdClassName
{
border-color: #545A7B;
}
.TagClassName
{
border-color: #545A7B;
}
</style>