Shades of Chambray #52627E
Tints of Chambray #52627E
RGB
CMYK
RGB Variations
Color information
#52627E (or 0x52627E) is known color: Chambray. HEX triplet: 52, 62 and 7E. RGB value is (82,98,126). Sum of RGB (Red+Green+Blue) = 82+98+126=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #52627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52627E is #AD9D81. Grayscale: #606060. Windows color (decimal): -11378050 or 8282706. OLE color: 8282706.
HSL color Cylindrical-coordinate representation of color #52627E: hue angle of 218.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52627E is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 98 | 126 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.51 |
| HSL | 218.18º | 0.21% | 0.41% | - |
| HSV(B) | 218.18º | 0.35% | 0.49% | - |
| XYZ | 11.61 | 12.04 | 21.45 | - |
| YUV | 96.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 126 | 0.35 | 0.22 | 0 | 0.51 | 218.18 | 0.21 | 0.41 |
| Hex | 52 | 62 | 7E | 23 | 16 | 0 | 33 | DA | 15 | 29 |
| Octal | 122 | 142 | 176 | 43 | 26 | 0 | 63 | 332 | 25 | 51 |
| Binary | 1010010 | 1100010 | 1111110 | 100011 | 10110 | 0 | 110011 | 11011010 | 10101 | 101001 |
Color Harmonies of #52627E
Complementary color
Monochromatic Colors of #52627E
Black with #52627E
Text Example
Text Example
White with #52627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52627E; }
p { color: rgb(82,98,126); }
H1.HeaderClassName
{
color: #52627E;
}
.AnyTagClassName
{
color: #52627E;
}
</style>
background-color css
<style>
a { background-color: #52627E; }
a { background-color: rgb(82,98,126); }
div.DivClassName
{
background-color: #52627E;
}
.BgClassName
{
background-color: #52627E;
}
</style>
border-color css
<style>
span { border-color: #52627E; }
span { border-color: rgb(82,98,126); }
td.TdClassName
{
border-color: #52627E;
}
.TagClassName
{
border-color: #52627E;
}
</style>