Shades of Chambray #53627D
Tints of Chambray #53627D
RGB
CMYK
RGB Variations
Color information
#53627D (or 0x53627D) is known color: Chambray. HEX triplet: 53, 62 and 7D. RGB value is (83,98,125). Sum of RGB (Red+Green+Blue) = 83+98+125=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #53627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627D is #AC9D82. Grayscale: #606060. Windows color (decimal): -11312515 or 8217171. OLE color: 8217171.
HSL color Cylindrical-coordinate representation of color #53627D: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53627D is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 98 | 125 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.51 |
| HSL | 218.57º | 0.2% | 0.41% | - |
| HSV(B) | 218.57º | 0.34% | 0.49% | - |
| XYZ | 11.64 | 12.06 | 21.12 | - |
| YUV | 96.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 125 | 0.34 | 0.22 | 0 | 0.51 | 218.57 | 0.2 | 0.41 |
| Hex | 53 | 62 | 7D | 22 | 16 | 0 | 33 | DB | 14 | 29 |
| Octal | 123 | 142 | 175 | 42 | 26 | 0 | 63 | 333 | 24 | 51 |
| Binary | 1010011 | 1100010 | 1111101 | 100010 | 10110 | 0 | 110011 | 11011011 | 10100 | 101001 |
Color Harmonies of #53627D
Complementary color
Monochromatic Colors of #53627D
Black with #53627D
Text Example
Text Example
White with #53627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53627D; }
p { color: rgb(83,98,125); }
H1.HeaderClassName
{
color: #53627D;
}
.AnyTagClassName
{
color: #53627D;
}
</style>
background-color css
<style>
a { background-color: #53627D; }
a { background-color: rgb(83,98,125); }
div.DivClassName
{
background-color: #53627D;
}
.BgClassName
{
background-color: #53627D;
}
</style>
border-color css
<style>
span { border-color: #53627D; }
span { border-color: rgb(83,98,125); }
td.TdClassName
{
border-color: #53627D;
}
.TagClassName
{
border-color: #53627D;
}
</style>