Shades of Chambray #54637E
Tints of Chambray #54637E
RGB
CMYK
RGB Variations
Color information
#54637E (or 0x54637E) is known color: Chambray. HEX triplet: 54, 63 and 7E. RGB value is (84,99,126). Sum of RGB (Red+Green+Blue) = 84+99+126=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #54637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637E is #AB9C81. Grayscale: #616161. Windows color (decimal): -11246722 or 8282964. OLE color: 8282964.
HSL color Cylindrical-coordinate representation of color #54637E: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54637E is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 99 | 126 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.51 |
| HSL | 218.57º | 0.2% | 0.41% | - |
| HSV(B) | 218.57º | 0.33% | 0.49% | - |
| XYZ | 11.88 | 12.31 | 21.49 | - |
| YUV | 97.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 126 | 0.33 | 0.21 | 0 | 0.51 | 218.57 | 0.2 | 0.41 |
| Hex | 54 | 63 | 7E | 21 | 15 | 0 | 33 | DB | 14 | 29 |
| Octal | 124 | 143 | 176 | 41 | 25 | 0 | 63 | 333 | 24 | 51 |
| Binary | 1010100 | 1100011 | 1111110 | 100001 | 10101 | 0 | 110011 | 11011011 | 10100 | 101001 |
Color Harmonies of #54637E
Complementary color
Monochromatic Colors of #54637E
Black with #54637E
Text Example
Text Example
White with #54637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54637E; }
p { color: rgb(84,99,126); }
H1.HeaderClassName
{
color: #54637E;
}
.AnyTagClassName
{
color: #54637E;
}
</style>
background-color css
<style>
a { background-color: #54637E; }
a { background-color: rgb(84,99,126); }
div.DivClassName
{
background-color: #54637E;
}
.BgClassName
{
background-color: #54637E;
}
</style>
border-color css
<style>
span { border-color: #54637E; }
span { border-color: rgb(84,99,126); }
td.TdClassName
{
border-color: #54637E;
}
.TagClassName
{
border-color: #54637E;
}
</style>