Shades of Chambray #54607B
Tints of Chambray #54607B
RGB
CMYK
RGB Variations
Color information
#54607B (or 0x54607B) is known color: Chambray. HEX triplet: 54, 60 and 7B. RGB value is (84,96,123). Sum of RGB (Red+Green+Blue) = 84+96+123=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #54607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54607B is #AB9F84. Grayscale: #5F5F5F. Windows color (decimal): -11247493 or 8085588. OLE color: 8085588.
HSL color Cylindrical-coordinate representation of color #54607B: hue angle of 221.54º 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 #54607B is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 96 | 123 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.52 |
| HSL | 221.54º | 0.19% | 0.41% | - |
| HSV(B) | 221.54º | 0.32% | 0.48% | - |
| XYZ | 11.41 | 11.68 | 20.39 | - |
| YUV | 95.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 123 | 0.32 | 0.22 | 0 | 0.52 | 221.54 | 0.19 | 0.41 |
| Hex | 54 | 60 | 7B | 20 | 16 | 0 | 34 | DE | 13 | 29 |
| Octal | 124 | 140 | 173 | 40 | 26 | 0 | 64 | 336 | 23 | 51 |
| Binary | 1010100 | 1100000 | 1111011 | 100000 | 10110 | 0 | 110100 | 11011110 | 10011 | 101001 |
Color Harmonies of #54607B
Complementary color
Monochromatic Colors of #54607B
Black with #54607B
Text Example
Text Example
White with #54607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54607B; }
p { color: rgb(84,96,123); }
H1.HeaderClassName
{
color: #54607B;
}
.AnyTagClassName
{
color: #54607B;
}
</style>
background-color css
<style>
a { background-color: #54607B; }
a { background-color: rgb(84,96,123); }
div.DivClassName
{
background-color: #54607B;
}
.BgClassName
{
background-color: #54607B;
}
</style>
border-color css
<style>
span { border-color: #54607B; }
span { border-color: rgb(84,96,123); }
td.TdClassName
{
border-color: #54607B;
}
.TagClassName
{
border-color: #54607B;
}
</style>