Shades of Chambray #545F71
Tints of Chambray #545F71
RGB
CMYK
RGB Variations
Color information
#545F71 (or 0x545F71) is known color: Chambray. HEX triplet: 54, 5F and 71. RGB value is (84,95,113). Sum of RGB (Red+Green+Blue) = 84+95+113=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #545F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F71 is #ABA08E. Grayscale: #5D5D5D. Windows color (decimal): -11247759 or 7429972. OLE color: 7429972.
HSL color Cylindrical-coordinate representation of color #545F71: hue angle of 217.24º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545F71 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 95 | 113 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.56 |
| HSL | 217.24º | 0.15% | 0.39% | - |
| HSV(B) | 217.24º | 0.26% | 0.44% | - |
| XYZ | 10.73 | 11.26 | 17.23 | - |
| YUV | 93.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 113 | 0.26 | 0.16 | 0 | 0.56 | 217.24 | 0.15 | 0.39 |
| Hex | 54 | 5F | 71 | 1A | 10 | 0 | 38 | D9 | F | 27 |
| Octal | 124 | 137 | 161 | 32 | 20 | 0 | 70 | 331 | 17 | 47 |
| Binary | 1010100 | 1011111 | 1110001 | 11010 | 10000 | 0 | 111000 | 11011001 | 1111 | 100111 |
Color Harmonies of #545F71
Complementary color
Monochromatic Colors of #545F71
Black with #545F71
Text Example
Text Example
White with #545F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F71; }
p { color: rgb(84,95,113); }
H1.HeaderClassName
{
color: #545F71;
}
.AnyTagClassName
{
color: #545F71;
}
</style>
background-color css
<style>
a { background-color: #545F71; }
a { background-color: rgb(84,95,113); }
div.DivClassName
{
background-color: #545F71;
}
.BgClassName
{
background-color: #545F71;
}
</style>
border-color css
<style>
span { border-color: #545F71; }
span { border-color: rgb(84,95,113); }
td.TdClassName
{
border-color: #545F71;
}
.TagClassName
{
border-color: #545F71;
}
</style>