Shades of Chambray #53597A
Tints of Chambray #53597A
RGB
CMYK
RGB Variations
Color information
#53597A (or 0x53597A) is known color: Chambray. HEX triplet: 53, 59 and 7A. RGB value is (83,89,122). Sum of RGB (Red+Green+Blue) = 83+89+122=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #53597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597A is #ACA685. Grayscale: #5A5A5A. Windows color (decimal): -11314822 or 8018259. OLE color: 8018259.
HSL color Cylindrical-coordinate representation of color #53597A: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53597A is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 89 | 122 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.52 |
| HSL | 230.77º | 0.19% | 0.4% | - |
| HSV(B) | 230.77º | 0.32% | 0.48% | - |
| XYZ | 10.65 | 10.39 | 19.86 | - |
| YUV | 90.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 122 | 0.32 | 0.27 | 0 | 0.52 | 230.77 | 0.19 | 0.4 |
| Hex | 53 | 59 | 7A | 20 | 1B | 0 | 34 | E7 | 13 | 28 |
| Octal | 123 | 131 | 172 | 40 | 33 | 0 | 64 | 347 | 23 | 50 |
| Binary | 1010011 | 1011001 | 1111010 | 100000 | 11011 | 0 | 110100 | 11100111 | 10011 | 101000 |
Color Harmonies of #53597A
Complementary color
Monochromatic Colors of #53597A
Black with #53597A
Text Example
Text Example
White with #53597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53597A; }
p { color: rgb(83,89,122); }
H1.HeaderClassName
{
color: #53597A;
}
.AnyTagClassName
{
color: #53597A;
}
</style>
background-color css
<style>
a { background-color: #53597A; }
a { background-color: rgb(83,89,122); }
div.DivClassName
{
background-color: #53597A;
}
.BgClassName
{
background-color: #53597A;
}
</style>
border-color css
<style>
span { border-color: #53597A; }
span { border-color: rgb(83,89,122); }
td.TdClassName
{
border-color: #53597A;
}
.TagClassName
{
border-color: #53597A;
}
</style>