Shades of Chambray #52627B
Tints of Chambray #52627B
RGB
CMYK
RGB Variations
Color information
#52627B (or 0x52627B) is known color: Chambray. HEX triplet: 52, 62 and 7B. RGB value is (82,98,123). Sum of RGB (Red+Green+Blue) = 82+98+123=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 98 (38.67% from 255 or 32.34% 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 #52627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52627B is #AD9D84. Grayscale: #5F5F5F. Windows color (decimal): -11378053 or 8086098. OLE color: 8086098.
HSL color Cylindrical-coordinate representation of color #52627B: hue angle of 216.59º 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 #52627B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 98 | 123 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.52 |
| HSL | 216.59º | 0.2% | 0.4% | - |
| HSV(B) | 216.59º | 0.33% | 0.48% | - |
| XYZ | 11.42 | 11.96 | 20.45 | - |
| YUV | 96.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 123 | 0.33 | 0.20 | 0 | 0.52 | 216.59 | 0.2 | 0.4 |
| Hex | 52 | 62 | 7B | 21 | 14 | 0 | 34 | D9 | 14 | 28 |
| Octal | 122 | 142 | 173 | 41 | 24 | 0 | 64 | 331 | 24 | 50 |
| Binary | 1010010 | 1100010 | 1111011 | 100001 | 10100 | 0 | 110100 | 11011001 | 10100 | 101000 |
Color Harmonies of #52627B
Complementary color
Monochromatic Colors of #52627B
Black with #52627B
Text Example
Text Example
White with #52627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52627B; }
p { color: rgb(82,98,123); }
H1.HeaderClassName
{
color: #52627B;
}
.AnyTagClassName
{
color: #52627B;
}
</style>
background-color css
<style>
a { background-color: #52627B; }
a { background-color: rgb(82,98,123); }
div.DivClassName
{
background-color: #52627B;
}
.BgClassName
{
background-color: #52627B;
}
</style>
border-color css
<style>
span { border-color: #52627B; }
span { border-color: rgb(82,98,123); }
td.TdClassName
{
border-color: #52627B;
}
.TagClassName
{
border-color: #52627B;
}
</style>