Shades of Chambray #545D75
Tints of Chambray #545D75
RGB
CMYK
RGB Variations
Color information
#545D75 (or 0x545D75) is known color: Chambray. HEX triplet: 54, 5D and 75. RGB value is (84,93,117). Sum of RGB (Red+Green+Blue) = 84+93+117=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #545D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D75 is #ABA28A. Grayscale: #5C5C5C. Windows color (decimal): -11248267 or 7691604. OLE color: 7691604.
HSL color Cylindrical-coordinate representation of color #545D75: hue angle of 223.64º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545D75 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 93 | 117 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.54 |
| HSL | 223.64º | 0.16% | 0.39% | - |
| HSV(B) | 223.64º | 0.28% | 0.46% | - |
| XYZ | 10.78 | 11 | 18.38 | - |
| YUV | 93.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 117 | 0.28 | 0.21 | 0 | 0.54 | 223.64 | 0.16 | 0.39 |
| Hex | 54 | 5D | 75 | 1C | 15 | 0 | 36 | E0 | 10 | 27 |
| Octal | 124 | 135 | 165 | 34 | 25 | 0 | 66 | 340 | 20 | 47 |
| Binary | 1010100 | 1011101 | 1110101 | 11100 | 10101 | 0 | 110110 | 11100000 | 10000 | 100111 |
Color Harmonies of #545D75
Complementary color
Monochromatic Colors of #545D75
Black with #545D75
Text Example
Text Example
White with #545D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D75; }
p { color: rgb(84,93,117); }
H1.HeaderClassName
{
color: #545D75;
}
.AnyTagClassName
{
color: #545D75;
}
</style>
background-color css
<style>
a { background-color: #545D75; }
a { background-color: rgb(84,93,117); }
div.DivClassName
{
background-color: #545D75;
}
.BgClassName
{
background-color: #545D75;
}
</style>
border-color css
<style>
span { border-color: #545D75; }
span { border-color: rgb(84,93,117); }
td.TdClassName
{
border-color: #545D75;
}
.TagClassName
{
border-color: #545D75;
}
</style>