Shades of Chambray #54607C
Tints of Chambray #54607C
RGB
CMYK
RGB Variations
Color information
#54607C (or 0x54607C) is known color: Chambray. HEX triplet: 54, 60 and 7C. RGB value is (84,96,124). Sum of RGB (Red+Green+Blue) = 84+96+124=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #54607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607C is #AB9F83. Grayscale: #5F5F5F. Windows color (decimal): -11247492 or 8151124. OLE color: 8151124.
HSL color Cylindrical-coordinate representation of color #54607C: hue angle of 222º 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 #54607C is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 96 | 124 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.51 |
| HSL | 222º | 0.19% | 0.41% | - |
| HSV(B) | 222º | 0.32% | 0.49% | - |
| XYZ | 11.48 | 11.71 | 20.72 | - |
| YUV | 95.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 124 | 0.32 | 0.23 | 0 | 0.51 | 222 | 0.19 | 0.41 |
| Hex | 54 | 60 | 7C | 20 | 17 | 0 | 33 | DE | 13 | 29 |
| Octal | 124 | 140 | 174 | 40 | 27 | 0 | 63 | 336 | 23 | 51 |
| Binary | 1010100 | 1100000 | 1111100 | 100000 | 10111 | 0 | 110011 | 11011110 | 10011 | 101001 |
Color Harmonies of #54607C
Complementary color
Monochromatic Colors of #54607C
Black with #54607C
Text Example
Text Example
White with #54607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54607C; }
p { color: rgb(84,96,124); }
H1.HeaderClassName
{
color: #54607C;
}
.AnyTagClassName
{
color: #54607C;
}
</style>
background-color css
<style>
a { background-color: #54607C; }
a { background-color: rgb(84,96,124); }
div.DivClassName
{
background-color: #54607C;
}
.BgClassName
{
background-color: #54607C;
}
</style>
border-color css
<style>
span { border-color: #54607C; }
span { border-color: rgb(84,96,124); }
td.TdClassName
{
border-color: #54607C;
}
.TagClassName
{
border-color: #54607C;
}
</style>