Shades of Chambray #545E7B
Tints of Chambray #545E7B
RGB
CMYK
RGB Variations
Color information
#545E7B (or 0x545E7B) is known color: Chambray. HEX triplet: 54, 5E and 7B. RGB value is (84,94,123). Sum of RGB (Red+Green+Blue) = 84+94+123=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #545E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E7B is #ABA184. Grayscale: #5E5E5E. Windows color (decimal): -11248005 or 8085076. OLE color: 8085076.
HSL color Cylindrical-coordinate representation of color #545E7B: hue angle of 224.62º 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 #545E7B is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 94 | 123 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.52 |
| HSL | 224.62º | 0.19% | 0.41% | - |
| HSV(B) | 224.62º | 0.32% | 0.48% | - |
| XYZ | 11.23 | 11.32 | 20.33 | - |
| YUV | 94.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 123 | 0.32 | 0.24 | 0 | 0.52 | 224.62 | 0.19 | 0.41 |
| Hex | 54 | 5E | 7B | 20 | 18 | 0 | 34 | E1 | 13 | 29 |
| Octal | 124 | 136 | 173 | 40 | 30 | 0 | 64 | 341 | 23 | 51 |
| Binary | 1010100 | 1011110 | 1111011 | 100000 | 11000 | 0 | 110100 | 11100001 | 10011 | 101001 |
Color Harmonies of #545E7B
Complementary color
Monochromatic Colors of #545E7B
Black with #545E7B
Text Example
Text Example
White with #545E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E7B; }
p { color: rgb(84,94,123); }
H1.HeaderClassName
{
color: #545E7B;
}
.AnyTagClassName
{
color: #545E7B;
}
</style>
background-color css
<style>
a { background-color: #545E7B; }
a { background-color: rgb(84,94,123); }
div.DivClassName
{
background-color: #545E7B;
}
.BgClassName
{
background-color: #545E7B;
}
</style>
border-color css
<style>
span { border-color: #545E7B; }
span { border-color: rgb(84,94,123); }
td.TdClassName
{
border-color: #545E7B;
}
.TagClassName
{
border-color: #545E7B;
}
</style>