Shades of Chambray #54647B
Tints of Chambray #54647B
RGB
CMYK
RGB Variations
Color information
#54647B (or 0x54647B) is known color: Chambray. HEX triplet: 54, 64 and 7B. RGB value is (84,100,123). Sum of RGB (Red+Green+Blue) = 84+100+123=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #54647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647B is #AB9B84. Grayscale: #616161. Windows color (decimal): -11246469 or 8086612. OLE color: 8086612.
HSL color Cylindrical-coordinate representation of color #54647B: hue angle of 215.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54647B is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 100 | 123 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.52 |
| HSL | 215.38º | 0.19% | 0.41% | - |
| HSV(B) | 215.38º | 0.32% | 0.48% | - |
| XYZ | 11.79 | 12.43 | 20.52 | - |
| YUV | 97.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 123 | 0.32 | 0.19 | 0 | 0.52 | 215.38 | 0.19 | 0.41 |
| Hex | 54 | 64 | 7B | 20 | 13 | 0 | 34 | D7 | 13 | 29 |
| Octal | 124 | 144 | 173 | 40 | 23 | 0 | 64 | 327 | 23 | 51 |
| Binary | 1010100 | 1100100 | 1111011 | 100000 | 10011 | 0 | 110100 | 11010111 | 10011 | 101001 |
Color Harmonies of #54647B
Complementary color
Monochromatic Colors of #54647B
Black with #54647B
Text Example
Text Example
White with #54647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54647B; }
p { color: rgb(84,100,123); }
H1.HeaderClassName
{
color: #54647B;
}
.AnyTagClassName
{
color: #54647B;
}
</style>
background-color css
<style>
a { background-color: #54647B; }
a { background-color: rgb(84,100,123); }
div.DivClassName
{
background-color: #54647B;
}
.BgClassName
{
background-color: #54647B;
}
</style>
border-color css
<style>
span { border-color: #54647B; }
span { border-color: rgb(84,100,123); }
td.TdClassName
{
border-color: #54647B;
}
.TagClassName
{
border-color: #54647B;
}
</style>