Shades of Chambray #54637C
Tints of Chambray #54637C
RGB
CMYK
RGB Variations
Color information
#54637C (or 0x54637C) is known color: Chambray. HEX triplet: 54, 63 and 7C. RGB value is (84,99,124). Sum of RGB (Red+Green+Blue) = 84+99+124=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #54637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637C is #AB9C83. Grayscale: #616161. Windows color (decimal): -11246724 or 8151892. OLE color: 8151892.
HSL color Cylindrical-coordinate representation of color #54637C: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54637C is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 99 | 124 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.51 |
| HSL | 217.5º | 0.19% | 0.41% | - |
| HSV(B) | 217.5º | 0.32% | 0.49% | - |
| XYZ | 11.76 | 12.26 | 20.82 | - |
| YUV | 97.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 124 | 0.32 | 0.20 | 0 | 0.51 | 217.5 | 0.19 | 0.41 |
| Hex | 54 | 63 | 7C | 20 | 14 | 0 | 33 | DA | 13 | 29 |
| Octal | 124 | 143 | 174 | 40 | 24 | 0 | 63 | 332 | 23 | 51 |
| Binary | 1010100 | 1100011 | 1111100 | 100000 | 10100 | 0 | 110011 | 11011010 | 10011 | 101001 |
Color Harmonies of #54637C
Complementary color
Monochromatic Colors of #54637C
Black with #54637C
Text Example
Text Example
White with #54637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54637C; }
p { color: rgb(84,99,124); }
H1.HeaderClassName
{
color: #54637C;
}
.AnyTagClassName
{
color: #54637C;
}
</style>
background-color css
<style>
a { background-color: #54637C; }
a { background-color: rgb(84,99,124); }
div.DivClassName
{
background-color: #54637C;
}
.BgClassName
{
background-color: #54637C;
}
</style>
border-color css
<style>
span { border-color: #54637C; }
span { border-color: rgb(84,99,124); }
td.TdClassName
{
border-color: #54637C;
}
.TagClassName
{
border-color: #54637C;
}
</style>