Shades of Chambray #545C7C
Tints of Chambray #545C7C
RGB
CMYK
RGB Variations
Color information
#545C7C (or 0x545C7C) is known color: Chambray. HEX triplet: 54, 5C and 7C. RGB value is (84,92,124). Sum of RGB (Red+Green+Blue) = 84+92+124=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #545C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C7C is #ABA383. Grayscale: #5D5D5D. Windows color (decimal): -11248516 or 8150100. OLE color: 8150100.
HSL color Cylindrical-coordinate representation of color #545C7C: hue angle of 228º 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 #545C7C is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 92 | 124 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.51 |
| HSL | 228º | 0.19% | 0.41% | - |
| HSV(B) | 228º | 0.32% | 0.49% | - |
| XYZ | 11.12 | 10.99 | 20.6 | - |
| YUV | 93.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 124 | 0.32 | 0.26 | 0 | 0.51 | 228 | 0.19 | 0.41 |
| Hex | 54 | 5C | 7C | 20 | 1A | 0 | 33 | E4 | 13 | 29 |
| Octal | 124 | 134 | 174 | 40 | 32 | 0 | 63 | 344 | 23 | 51 |
| Binary | 1010100 | 1011100 | 1111100 | 100000 | 11010 | 0 | 110011 | 11100100 | 10011 | 101001 |
Color Harmonies of #545C7C
Complementary color
Monochromatic Colors of #545C7C
Black with #545C7C
Text Example
Text Example
White with #545C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C7C; }
p { color: rgb(84,92,124); }
H1.HeaderClassName
{
color: #545C7C;
}
.AnyTagClassName
{
color: #545C7C;
}
</style>
background-color css
<style>
a { background-color: #545C7C; }
a { background-color: rgb(84,92,124); }
div.DivClassName
{
background-color: #545C7C;
}
.BgClassName
{
background-color: #545C7C;
}
</style>
border-color css
<style>
span { border-color: #545C7C; }
span { border-color: rgb(84,92,124); }
td.TdClassName
{
border-color: #545C7C;
}
.TagClassName
{
border-color: #545C7C;
}
</style>