Shades of Chambray #53617B
Tints of Chambray #53617B
RGB
CMYK
RGB Variations
Color information
#53617B (or 0x53617B) is known color: Chambray. HEX triplet: 53, 61 and 7B. RGB value is (83,97,123). Sum of RGB (Red+Green+Blue) = 83+97+123=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 97 (38.28% from 255 or 32.01% 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 #53617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53617B is #AC9E84. Grayscale: #5F5F5F. Windows color (decimal): -11312773 or 8085843. OLE color: 8085843.
HSL color Cylindrical-coordinate representation of color #53617B: hue angle of 219º degrees, saturation: 0.19, 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 #53617B is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 97 | 123 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.52 |
| HSL | 219º | 0.19% | 0.4% | - |
| HSV(B) | 219º | 0.33% | 0.48% | - |
| XYZ | 11.42 | 11.82 | 20.42 | - |
| YUV | 95.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 123 | 0.33 | 0.21 | 0 | 0.52 | 219 | 0.19 | 0.4 |
| Hex | 53 | 61 | 7B | 21 | 15 | 0 | 34 | DB | 13 | 28 |
| Octal | 123 | 141 | 173 | 41 | 25 | 0 | 64 | 333 | 23 | 50 |
| Binary | 1010011 | 1100001 | 1111011 | 100001 | 10101 | 0 | 110100 | 11011011 | 10011 | 101000 |
Color Harmonies of #53617B
Complementary color
Monochromatic Colors of #53617B
Black with #53617B
Text Example
Text Example
White with #53617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53617B; }
p { color: rgb(83,97,123); }
H1.HeaderClassName
{
color: #53617B;
}
.AnyTagClassName
{
color: #53617B;
}
</style>
background-color css
<style>
a { background-color: #53617B; }
a { background-color: rgb(83,97,123); }
div.DivClassName
{
background-color: #53617B;
}
.BgClassName
{
background-color: #53617B;
}
</style>
border-color css
<style>
span { border-color: #53617B; }
span { border-color: rgb(83,97,123); }
td.TdClassName
{
border-color: #53617B;
}
.TagClassName
{
border-color: #53617B;
}
</style>