Shades of Chambray #54607F
Tints of Chambray #54607F
RGB
CMYK
RGB Variations
Color information
#54607F (or 0x54607F) is known color: Chambray. HEX triplet: 54, 60 and 7F. RGB value is (84,96,127). Sum of RGB (Red+Green+Blue) = 84+96+127=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #54607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607F is #AB9F80. Grayscale: #5F5F5F. Windows color (decimal): -11247489 or 8347732. OLE color: 8347732.
HSL color Cylindrical-coordinate representation of color #54607F: hue angle of 223.26º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54607F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 96 | 127 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.50 |
| HSL | 223.26º | 0.2% | 0.41% | - |
| HSV(B) | 223.26º | 0.34% | 0.5% | - |
| XYZ | 11.67 | 11.78 | 21.74 | - |
| YUV | 95.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 127 | 0.34 | 0.24 | 0 | 0.50 | 223.26 | 0.2 | 0.41 |
| Hex | 54 | 60 | 7F | 22 | 18 | 0 | 32 | DF | 14 | 29 |
| Octal | 124 | 140 | 177 | 42 | 30 | 0 | 62 | 337 | 24 | 51 |
| Binary | 1010100 | 1100000 | 1111111 | 100010 | 11000 | 0 | 110010 | 11011111 | 10100 | 101001 |
Color Harmonies of #54607F
Complementary color
Monochromatic Colors of #54607F
Black with #54607F
Text Example
Text Example
White with #54607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54607F; }
p { color: rgb(84,96,127); }
H1.HeaderClassName
{
color: #54607F;
}
.AnyTagClassName
{
color: #54607F;
}
</style>
background-color css
<style>
a { background-color: #54607F; }
a { background-color: rgb(84,96,127); }
div.DivClassName
{
background-color: #54607F;
}
.BgClassName
{
background-color: #54607F;
}
</style>
border-color css
<style>
span { border-color: #54607F; }
span { border-color: rgb(84,96,127); }
td.TdClassName
{
border-color: #54607F;
}
.TagClassName
{
border-color: #54607F;
}
</style>