Shades of Chambray #53597F
Tints of Chambray #53597F
RGB
CMYK
RGB Variations
Color information
#53597F (or 0x53597F) is known color: Chambray. HEX triplet: 53, 59 and 7F. RGB value is (83,89,127). Sum of RGB (Red+Green+Blue) = 83+89+127=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #53597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53597F is #ACA680. Grayscale: #5B5B5B. Windows color (decimal): -11314817 or 8345939. OLE color: 8345939.
HSL color Cylindrical-coordinate representation of color #53597F: hue angle of 231.82º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53597F is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 89 | 127 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.50 |
| HSL | 231.82º | 0.21% | 0.41% | - |
| HSV(B) | 231.82º | 0.35% | 0.5% | - |
| XYZ | 10.97 | 10.52 | 21.53 | - |
| YUV | 91.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 127 | 0.35 | 0.30 | 0 | 0.50 | 231.82 | 0.21 | 0.41 |
| Hex | 53 | 59 | 7F | 23 | 1E | 0 | 32 | E8 | 15 | 29 |
| Octal | 123 | 131 | 177 | 43 | 36 | 0 | 62 | 350 | 25 | 51 |
| Binary | 1010011 | 1011001 | 1111111 | 100011 | 11110 | 0 | 110010 | 11101000 | 10101 | 101001 |
Color Harmonies of #53597F
Complementary color
Monochromatic Colors of #53597F
Black with #53597F
Text Example
Text Example
White with #53597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53597F; }
p { color: rgb(83,89,127); }
H1.HeaderClassName
{
color: #53597F;
}
.AnyTagClassName
{
color: #53597F;
}
</style>
background-color css
<style>
a { background-color: #53597F; }
a { background-color: rgb(83,89,127); }
div.DivClassName
{
background-color: #53597F;
}
.BgClassName
{
background-color: #53597F;
}
</style>
border-color css
<style>
span { border-color: #53597F; }
span { border-color: rgb(83,89,127); }
td.TdClassName
{
border-color: #53597F;
}
.TagClassName
{
border-color: #53597F;
}
</style>