Shades of Chambray #52597A
Tints of Chambray #52597A
RGB
CMYK
RGB Variations
Color information
#52597A (or 0x52597A) is known color: Chambray. HEX triplet: 52, 59 and 7A. RGB value is (82,89,122). Sum of RGB (Red+Green+Blue) = 82+89+122=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #52597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52597A is #ADA685. Grayscale: #5A5A5A. Windows color (decimal): -11380358 or 8018258. OLE color: 8018258.
HSL color Cylindrical-coordinate representation of color #52597A: hue angle of 229.5º 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 #52597A is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 89 | 122 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.52 |
| HSL | 229.5º | 0.2% | 0.4% | - |
| HSV(B) | 229.5º | 0.33% | 0.48% | - |
| XYZ | 10.56 | 10.34 | 19.85 | - |
| YUV | 90.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 122 | 0.33 | 0.27 | 0 | 0.52 | 229.5 | 0.2 | 0.4 |
| Hex | 52 | 59 | 7A | 21 | 1B | 0 | 34 | E6 | 14 | 28 |
| Octal | 122 | 131 | 172 | 41 | 33 | 0 | 64 | 346 | 24 | 50 |
| Binary | 1010010 | 1011001 | 1111010 | 100001 | 11011 | 0 | 110100 | 11100110 | 10100 | 101000 |
Color Harmonies of #52597A
Complementary color
Monochromatic Colors of #52597A
Black with #52597A
Text Example
Text Example
White with #52597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52597A; }
p { color: rgb(82,89,122); }
H1.HeaderClassName
{
color: #52597A;
}
.AnyTagClassName
{
color: #52597A;
}
</style>
background-color css
<style>
a { background-color: #52597A; }
a { background-color: rgb(82,89,122); }
div.DivClassName
{
background-color: #52597A;
}
.BgClassName
{
background-color: #52597A;
}
</style>
border-color css
<style>
span { border-color: #52597A; }
span { border-color: rgb(82,89,122); }
td.TdClassName
{
border-color: #52597A;
}
.TagClassName
{
border-color: #52597A;
}
</style>