Shades of Chambray #545B7A
Tints of Chambray #545B7A
RGB
CMYK
RGB Variations
Color information
#545B7A (or 0x545B7A) is known color: Chambray. HEX triplet: 54, 5B and 7A. RGB value is (84,91,122). Sum of RGB (Red+Green+Blue) = 84+91+122=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #545B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B7A is #ABA485. Grayscale: #5C5C5C. Windows color (decimal): -11248774 or 8018772. OLE color: 8018772.
HSL color Cylindrical-coordinate representation of color #545B7A: hue angle of 228.95º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545B7A is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 91 | 122 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.52 |
| HSL | 228.95º | 0.18% | 0.4% | - |
| HSV(B) | 228.95º | 0.31% | 0.48% | - |
| XYZ | 10.91 | 10.77 | 19.92 | - |
| YUV | 92.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 122 | 0.31 | 0.25 | 0 | 0.52 | 228.95 | 0.18 | 0.4 |
| Hex | 54 | 5B | 7A | 1F | 19 | 0 | 34 | E5 | 12 | 28 |
| Octal | 124 | 133 | 172 | 37 | 31 | 0 | 64 | 345 | 22 | 50 |
| Binary | 1010100 | 1011011 | 1111010 | 11111 | 11001 | 0 | 110100 | 11100101 | 10010 | 101000 |
Color Harmonies of #545B7A
Complementary color
Monochromatic Colors of #545B7A
Black with #545B7A
Text Example
Text Example
White with #545B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B7A; }
p { color: rgb(84,91,122); }
H1.HeaderClassName
{
color: #545B7A;
}
.AnyTagClassName
{
color: #545B7A;
}
</style>
background-color css
<style>
a { background-color: #545B7A; }
a { background-color: rgb(84,91,122); }
div.DivClassName
{
background-color: #545B7A;
}
.BgClassName
{
background-color: #545B7A;
}
</style>
border-color css
<style>
span { border-color: #545B7A; }
span { border-color: rgb(84,91,122); }
td.TdClassName
{
border-color: #545B7A;
}
.TagClassName
{
border-color: #545B7A;
}
</style>