Shades of Chambray #545D83
Tints of Chambray #545D83
RGB
CMYK
RGB Variations
Color information
#545D83 (or 0x545D83) is known color: Chambray. HEX triplet: 54, 5D and 83. RGB value is (84,93,131). Sum of RGB (Red+Green+Blue) = 84+93+131=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #545D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D83 is #ABA27C. Grayscale: #5E5E5E. Windows color (decimal): -11248253 or 8609108. OLE color: 8609108.
HSL color Cylindrical-coordinate representation of color #545D83: hue angle of 228.51º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545D83 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 93 | 131 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.49 |
| HSL | 228.51º | 0.22% | 0.42% | - |
| HSV(B) | 228.51º | 0.36% | 0.51% | - |
| XYZ | 11.67 | 11.35 | 23.05 | - |
| YUV | 94.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 131 | 0.36 | 0.29 | 0 | 0.49 | 228.51 | 0.22 | 0.42 |
| Hex | 54 | 5D | 83 | 24 | 1D | 0 | 31 | E5 | 16 | 2A |
| Octal | 124 | 135 | 203 | 44 | 35 | 0 | 61 | 345 | 26 | 52 |
| Binary | 1010100 | 1011101 | 10000011 | 100100 | 11101 | 0 | 110001 | 11100101 | 10110 | 101010 |
Color Harmonies of #545D83
Complementary color
Monochromatic Colors of #545D83
Black with #545D83
Text Example
Text Example
White with #545D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D83; }
p { color: rgb(84,93,131); }
H1.HeaderClassName
{
color: #545D83;
}
.AnyTagClassName
{
color: #545D83;
}
</style>
background-color css
<style>
a { background-color: #545D83; }
a { background-color: rgb(84,93,131); }
div.DivClassName
{
background-color: #545D83;
}
.BgClassName
{
background-color: #545D83;
}
</style>
border-color css
<style>
span { border-color: #545D83; }
span { border-color: rgb(84,93,131); }
td.TdClassName
{
border-color: #545D83;
}
.TagClassName
{
border-color: #545D83;
}
</style>