Shades of Chambray #53607A
Tints of Chambray #53607A
RGB
CMYK
RGB Variations
Color information
#53607A (or 0x53607A) is known color: Chambray. HEX triplet: 53, 60 and 7A. RGB value is (83,96,122). Sum of RGB (Red+Green+Blue) = 83+96+122=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #53607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53607A is #AC9F85. Grayscale: #5E5E5E. Windows color (decimal): -11313030 or 8020051. OLE color: 8020051.
HSL color Cylindrical-coordinate representation of color #53607A: hue angle of 220º 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 #53607A is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 96 | 122 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.52 |
| HSL | 220º | 0.19% | 0.4% | - |
| HSV(B) | 220º | 0.32% | 0.48% | - |
| XYZ | 11.26 | 11.61 | 20.06 | - |
| YUV | 95.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 122 | 0.32 | 0.21 | 0 | 0.52 | 220 | 0.19 | 0.4 |
| Hex | 53 | 60 | 7A | 20 | 15 | 0 | 34 | DC | 13 | 28 |
| Octal | 123 | 140 | 172 | 40 | 25 | 0 | 64 | 334 | 23 | 50 |
| Binary | 1010011 | 1100000 | 1111010 | 100000 | 10101 | 0 | 110100 | 11011100 | 10011 | 101000 |
Color Harmonies of #53607A
Complementary color
Monochromatic Colors of #53607A
Black with #53607A
Text Example
Text Example
White with #53607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53607A; }
p { color: rgb(83,96,122); }
H1.HeaderClassName
{
color: #53607A;
}
.AnyTagClassName
{
color: #53607A;
}
</style>
background-color css
<style>
a { background-color: #53607A; }
a { background-color: rgb(83,96,122); }
div.DivClassName
{
background-color: #53607A;
}
.BgClassName
{
background-color: #53607A;
}
</style>
border-color css
<style>
span { border-color: #53607A; }
span { border-color: rgb(83,96,122); }
td.TdClassName
{
border-color: #53607A;
}
.TagClassName
{
border-color: #53607A;
}
</style>