Shades of Chambray #54627B
Tints of Chambray #54627B
RGB
CMYK
RGB Variations
Color information
#54627B (or 0x54627B) is known color: Chambray. HEX triplet: 54, 62 and 7B. RGB value is (84,98,123). Sum of RGB (Red+Green+Blue) = 84+98+123=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #54627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54627B is #AB9D84. Grayscale: #606060. Windows color (decimal): -11246981 or 8086100. OLE color: 8086100.
HSL color Cylindrical-coordinate representation of color #54627B: hue angle of 218.46º 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 #54627B is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 98 | 123 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.52 |
| HSL | 218.46º | 0.19% | 0.41% | - |
| HSV(B) | 218.46º | 0.32% | 0.48% | - |
| XYZ | 11.6 | 12.05 | 20.45 | - |
| YUV | 96.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 123 | 0.32 | 0.20 | 0 | 0.52 | 218.46 | 0.19 | 0.41 |
| Hex | 54 | 62 | 7B | 20 | 14 | 0 | 34 | DA | 13 | 29 |
| Octal | 124 | 142 | 173 | 40 | 24 | 0 | 64 | 332 | 23 | 51 |
| Binary | 1010100 | 1100010 | 1111011 | 100000 | 10100 | 0 | 110100 | 11011010 | 10011 | 101001 |
Color Harmonies of #54627B
Complementary color
Monochromatic Colors of #54627B
Black with #54627B
Text Example
Text Example
White with #54627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54627B; }
p { color: rgb(84,98,123); }
H1.HeaderClassName
{
color: #54627B;
}
.AnyTagClassName
{
color: #54627B;
}
</style>
background-color css
<style>
a { background-color: #54627B; }
a { background-color: rgb(84,98,123); }
div.DivClassName
{
background-color: #54627B;
}
.BgClassName
{
background-color: #54627B;
}
</style>
border-color css
<style>
span { border-color: #54627B; }
span { border-color: rgb(84,98,123); }
td.TdClassName
{
border-color: #54627B;
}
.TagClassName
{
border-color: #54627B;
}
</style>