Shades of Chambray #53627E
Tints of Chambray #53627E
RGB
CMYK
RGB Variations
Color information
#53627E (or 0x53627E) is known color: Chambray. HEX triplet: 53, 62 and 7E. RGB value is (83,98,126). Sum of RGB (Red+Green+Blue) = 83+98+126=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #53627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627E is #AC9D81. Grayscale: #606060. Windows color (decimal): -11312514 or 8282707. OLE color: 8282707.
HSL color Cylindrical-coordinate representation of color #53627E: hue angle of 219.07º degrees, saturation: 0.21, 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 #53627E is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 98 | 126 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.51 |
| HSL | 219.07º | 0.21% | 0.41% | - |
| HSV(B) | 219.07º | 0.34% | 0.49% | - |
| XYZ | 11.7 | 12.08 | 21.45 | - |
| YUV | 96.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 126 | 0.34 | 0.22 | 0 | 0.51 | 219.07 | 0.21 | 0.41 |
| Hex | 53 | 62 | 7E | 22 | 16 | 0 | 33 | DB | 15 | 29 |
| Octal | 123 | 142 | 176 | 42 | 26 | 0 | 63 | 333 | 25 | 51 |
| Binary | 1010011 | 1100010 | 1111110 | 100010 | 10110 | 0 | 110011 | 11011011 | 10101 | 101001 |
Color Harmonies of #53627E
Complementary color
Monochromatic Colors of #53627E
Black with #53627E
Text Example
Text Example
White with #53627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53627E; }
p { color: rgb(83,98,126); }
H1.HeaderClassName
{
color: #53627E;
}
.AnyTagClassName
{
color: #53627E;
}
</style>
background-color css
<style>
a { background-color: #53627E; }
a { background-color: rgb(83,98,126); }
div.DivClassName
{
background-color: #53627E;
}
.BgClassName
{
background-color: #53627E;
}
</style>
border-color css
<style>
span { border-color: #53627E; }
span { border-color: rgb(83,98,126); }
td.TdClassName
{
border-color: #53627E;
}
.TagClassName
{
border-color: #53627E;
}
</style>