Shades of Chambray #545A7A
Tints of Chambray #545A7A
RGB
CMYK
RGB Variations
Color information
#545A7A (or 0x545A7A) is known color: Chambray. HEX triplet: 54, 5A and 7A. RGB value is (84,90,122). Sum of RGB (Red+Green+Blue) = 84+90+122=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #545A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A7A is #ABA585. Grayscale: #5B5B5B. Windows color (decimal): -11249030 or 8018516. OLE color: 8018516.
HSL color Cylindrical-coordinate representation of color #545A7A: hue angle of 230.53º 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 #545A7A is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 90 | 122 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.52 |
| HSL | 230.53º | 0.18% | 0.4% | - |
| HSV(B) | 230.53º | 0.31% | 0.48% | - |
| XYZ | 10.83 | 10.6 | 19.89 | - |
| YUV | 91.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 122 | 0.31 | 0.26 | 0 | 0.52 | 230.53 | 0.18 | 0.4 |
| Hex | 54 | 5A | 7A | 1F | 1A | 0 | 34 | E7 | 12 | 28 |
| Octal | 124 | 132 | 172 | 37 | 32 | 0 | 64 | 347 | 22 | 50 |
| Binary | 1010100 | 1011010 | 1111010 | 11111 | 11010 | 0 | 110100 | 11100111 | 10010 | 101000 |
Color Harmonies of #545A7A
Complementary color
Monochromatic Colors of #545A7A
Black with #545A7A
Text Example
Text Example
White with #545A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A7A; }
p { color: rgb(84,90,122); }
H1.HeaderClassName
{
color: #545A7A;
}
.AnyTagClassName
{
color: #545A7A;
}
</style>
background-color css
<style>
a { background-color: #545A7A; }
a { background-color: rgb(84,90,122); }
div.DivClassName
{
background-color: #545A7A;
}
.BgClassName
{
background-color: #545A7A;
}
</style>
border-color css
<style>
span { border-color: #545A7A; }
span { border-color: rgb(84,90,122); }
td.TdClassName
{
border-color: #545A7A;
}
.TagClassName
{
border-color: #545A7A;
}
</style>