Shades of Chambray #52637B
Tints of Chambray #52637B
RGB
CMYK
RGB Variations
Color information
#52637B (or 0x52637B) is known color: Chambray. HEX triplet: 52, 63 and 7B. RGB value is (82,99,123). Sum of RGB (Red+Green+Blue) = 82+99+123=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #52637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52637B is #AD9C84. Grayscale: #606060. Windows color (decimal): -11377797 or 8086354. OLE color: 8086354.
HSL color Cylindrical-coordinate representation of color #52637B: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52637B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 99 | 123 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.52 |
| HSL | 215.12º | 0.2% | 0.4% | - |
| HSV(B) | 215.12º | 0.33% | 0.48% | - |
| XYZ | 11.52 | 12.15 | 20.48 | - |
| YUV | 96.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 123 | 0.33 | 0.20 | 0 | 0.52 | 215.12 | 0.2 | 0.4 |
| Hex | 52 | 63 | 7B | 21 | 14 | 0 | 34 | D7 | 14 | 28 |
| Octal | 122 | 143 | 173 | 41 | 24 | 0 | 64 | 327 | 24 | 50 |
| Binary | 1010010 | 1100011 | 1111011 | 100001 | 10100 | 0 | 110100 | 11010111 | 10100 | 101000 |
Color Harmonies of #52637B
Complementary color
Monochromatic Colors of #52637B
Black with #52637B
Text Example
Text Example
White with #52637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52637B; }
p { color: rgb(82,99,123); }
H1.HeaderClassName
{
color: #52637B;
}
.AnyTagClassName
{
color: #52637B;
}
</style>
background-color css
<style>
a { background-color: #52637B; }
a { background-color: rgb(82,99,123); }
div.DivClassName
{
background-color: #52637B;
}
.BgClassName
{
background-color: #52637B;
}
</style>
border-color css
<style>
span { border-color: #52637B; }
span { border-color: rgb(82,99,123); }
td.TdClassName
{
border-color: #52637B;
}
.TagClassName
{
border-color: #52637B;
}
</style>