Shades of Chambray #53627B
Tints of Chambray #53627B
RGB
CMYK
RGB Variations
Color information
#53627B (or 0x53627B) is known color: Chambray. HEX triplet: 53, 62 and 7B. RGB value is (83,98,123). Sum of RGB (Red+Green+Blue) = 83+98+123=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #53627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53627B is #AC9D84. Grayscale: #606060. Windows color (decimal): -11312517 or 8086099. OLE color: 8086099.
HSL color Cylindrical-coordinate representation of color #53627B: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53627B is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 98 | 123 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.52 |
| HSL | 217.5º | 0.19% | 0.4% | - |
| HSV(B) | 217.5º | 0.33% | 0.48% | - |
| XYZ | 11.51 | 12 | 20.45 | - |
| YUV | 96.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 123 | 0.33 | 0.20 | 0 | 0.52 | 217.5 | 0.19 | 0.4 |
| Hex | 53 | 62 | 7B | 21 | 14 | 0 | 34 | DA | 13 | 28 |
| Octal | 123 | 142 | 173 | 41 | 24 | 0 | 64 | 332 | 23 | 50 |
| Binary | 1010011 | 1100010 | 1111011 | 100001 | 10100 | 0 | 110100 | 11011010 | 10011 | 101000 |
Color Harmonies of #53627B
Complementary color
Monochromatic Colors of #53627B
Black with #53627B
Text Example
Text Example
White with #53627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53627B; }
p { color: rgb(83,98,123); }
H1.HeaderClassName
{
color: #53627B;
}
.AnyTagClassName
{
color: #53627B;
}
</style>
background-color css
<style>
a { background-color: #53627B; }
a { background-color: rgb(83,98,123); }
div.DivClassName
{
background-color: #53627B;
}
.BgClassName
{
background-color: #53627B;
}
</style>
border-color css
<style>
span { border-color: #53627B; }
span { border-color: rgb(83,98,123); }
td.TdClassName
{
border-color: #53627B;
}
.TagClassName
{
border-color: #53627B;
}
</style>