Shades of Chambray #53627F
Tints of Chambray #53627F
RGB
CMYK
RGB Variations
Color information
#53627F (or 0x53627F) is known color: Chambray. HEX triplet: 53, 62 and 7F. RGB value is (83,98,127). Sum of RGB (Red+Green+Blue) = 83+98+127=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #53627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627F is #AC9D80. Grayscale: #606060. Windows color (decimal): -11312513 or 8348243. OLE color: 8348243.
HSL color Cylindrical-coordinate representation of color #53627F: hue angle of 219.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53627F is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 98 | 127 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.50 |
| HSL | 219.55º | 0.21% | 0.41% | - |
| HSV(B) | 219.55º | 0.35% | 0.5% | - |
| XYZ | 11.77 | 12.11 | 21.8 | - |
| YUV | 96.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 127 | 0.35 | 0.23 | 0 | 0.50 | 219.55 | 0.21 | 0.41 |
| Hex | 53 | 62 | 7F | 23 | 17 | 0 | 32 | DC | 15 | 29 |
| Octal | 123 | 142 | 177 | 43 | 27 | 0 | 62 | 334 | 25 | 51 |
| Binary | 1010011 | 1100010 | 1111111 | 100011 | 10111 | 0 | 110010 | 11011100 | 10101 | 101001 |
Color Harmonies of #53627F
Complementary color
Monochromatic Colors of #53627F
Black with #53627F
Text Example
Text Example
White with #53627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53627F; }
p { color: rgb(83,98,127); }
H1.HeaderClassName
{
color: #53627F;
}
.AnyTagClassName
{
color: #53627F;
}
</style>
background-color css
<style>
a { background-color: #53627F; }
a { background-color: rgb(83,98,127); }
div.DivClassName
{
background-color: #53627F;
}
.BgClassName
{
background-color: #53627F;
}
</style>
border-color css
<style>
span { border-color: #53627F; }
span { border-color: rgb(83,98,127); }
td.TdClassName
{
border-color: #53627F;
}
.TagClassName
{
border-color: #53627F;
}
</style>