Shades of Chambray #545D85
Tints of Chambray #545D85
RGB
CMYK
RGB Variations
Color information
#545D85 (or 0x545D85) is known color: Chambray. HEX triplet: 54, 5D and 85. RGB value is (84,93,133). Sum of RGB (Red+Green+Blue) = 84+93+133=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #545D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D85 is #ABA27A. Grayscale: #5E5E5E. Windows color (decimal): -11248251 or 8740180. OLE color: 8740180.
HSL color Cylindrical-coordinate representation of color #545D85: hue angle of 228.98º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545D85 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 93 | 133 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.48 |
| HSL | 228.98º | 0.23% | 0.43% | - |
| HSV(B) | 228.98º | 0.37% | 0.52% | - |
| XYZ | 11.8 | 11.41 | 23.77 | - |
| YUV | 94.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 133 | 0.37 | 0.30 | 0 | 0.48 | 228.98 | 0.23 | 0.43 |
| Hex | 54 | 5D | 85 | 25 | 1E | 0 | 30 | E5 | 17 | 2B |
| Octal | 124 | 135 | 205 | 45 | 36 | 0 | 60 | 345 | 27 | 53 |
| Binary | 1010100 | 1011101 | 10000101 | 100101 | 11110 | 0 | 110000 | 11100101 | 10111 | 101011 |
Color Harmonies of #545D85
Complementary color
Monochromatic Colors of #545D85
Black with #545D85
Text Example
Text Example
White with #545D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D85; }
p { color: rgb(84,93,133); }
H1.HeaderClassName
{
color: #545D85;
}
.AnyTagClassName
{
color: #545D85;
}
</style>
background-color css
<style>
a { background-color: #545D85; }
a { background-color: rgb(84,93,133); }
div.DivClassName
{
background-color: #545D85;
}
.BgClassName
{
background-color: #545D85;
}
</style>
border-color css
<style>
span { border-color: #545D85; }
span { border-color: rgb(84,93,133); }
td.TdClassName
{
border-color: #545D85;
}
.TagClassName
{
border-color: #545D85;
}
</style>