Shades of Chambray #54637D
Tints of Chambray #54637D
RGB
CMYK
RGB Variations
Color information
#54637D (or 0x54637D) is known color: Chambray. HEX triplet: 54, 63 and 7D. RGB value is (84,99,125). Sum of RGB (Red+Green+Blue) = 84+99+125=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #54637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54637D is #AB9C82. Grayscale: #616161. Windows color (decimal): -11246723 or 8217428. OLE color: 8217428.
HSL color Cylindrical-coordinate representation of color #54637D: hue angle of 218.05º 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 #54637D is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 99 | 125 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.51 |
| HSL | 218.05º | 0.2% | 0.41% | - |
| HSV(B) | 218.05º | 0.33% | 0.49% | - |
| XYZ | 11.82 | 12.29 | 21.15 | - |
| YUV | 97.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 125 | 0.33 | 0.21 | 0 | 0.51 | 218.05 | 0.2 | 0.41 |
| Hex | 54 | 63 | 7D | 21 | 15 | 0 | 33 | DA | 14 | 29 |
| Octal | 124 | 143 | 175 | 41 | 25 | 0 | 63 | 332 | 24 | 51 |
| Binary | 1010100 | 1100011 | 1111101 | 100001 | 10101 | 0 | 110011 | 11011010 | 10100 | 101001 |
Color Harmonies of #54637D
Complementary color
Monochromatic Colors of #54637D
Black with #54637D
Text Example
Text Example
White with #54637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54637D; }
p { color: rgb(84,99,125); }
H1.HeaderClassName
{
color: #54637D;
}
.AnyTagClassName
{
color: #54637D;
}
</style>
background-color css
<style>
a { background-color: #54637D; }
a { background-color: rgb(84,99,125); }
div.DivClassName
{
background-color: #54637D;
}
.BgClassName
{
background-color: #54637D;
}
</style>
border-color css
<style>
span { border-color: #54637D; }
span { border-color: rgb(84,99,125); }
td.TdClassName
{
border-color: #54637D;
}
.TagClassName
{
border-color: #54637D;
}
</style>