Shades of Chambray #53627A
Tints of Chambray #53627A
RGB
CMYK
RGB Variations
Color information
#53627A (or 0x53627A) is known color: Chambray. HEX triplet: 53, 62 and 7A. RGB value is (83,98,122). Sum of RGB (Red+Green+Blue) = 83+98+122=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #53627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627A is #AC9D85. Grayscale: #606060. Windows color (decimal): -11312518 or 8020563. OLE color: 8020563.
HSL color Cylindrical-coordinate representation of color #53627A: hue angle of 216.92º 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 #53627A is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 98 | 122 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.52 |
| HSL | 216.92º | 0.19% | 0.4% | - |
| HSV(B) | 216.92º | 0.32% | 0.48% | - |
| XYZ | 11.45 | 11.98 | 20.12 | - |
| YUV | 96.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 122 | 0.32 | 0.20 | 0 | 0.52 | 216.92 | 0.19 | 0.4 |
| Hex | 53 | 62 | 7A | 20 | 14 | 0 | 34 | D9 | 13 | 28 |
| Octal | 123 | 142 | 172 | 40 | 24 | 0 | 64 | 331 | 23 | 50 |
| Binary | 1010011 | 1100010 | 1111010 | 100000 | 10100 | 0 | 110100 | 11011001 | 10011 | 101000 |
Color Harmonies of #53627A
Complementary color
Monochromatic Colors of #53627A
Black with #53627A
Text Example
Text Example
White with #53627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53627A; }
p { color: rgb(83,98,122); }
H1.HeaderClassName
{
color: #53627A;
}
.AnyTagClassName
{
color: #53627A;
}
</style>
background-color css
<style>
a { background-color: #53627A; }
a { background-color: rgb(83,98,122); }
div.DivClassName
{
background-color: #53627A;
}
.BgClassName
{
background-color: #53627A;
}
</style>
border-color css
<style>
span { border-color: #53627A; }
span { border-color: rgb(83,98,122); }
td.TdClassName
{
border-color: #53627A;
}
.TagClassName
{
border-color: #53627A;
}
</style>