Shades of Chambray #5A637B
Tints of Chambray #5A637B
RGB
CMYK
RGB Variations
Color information
#5A637B (or 0x5A637B) is known color: Chambray. HEX triplet: 5A, 63 and 7B. RGB value is (90,99,123). Sum of RGB (Red+Green+Blue) = 90+99+123=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A637B is #A59C84. Grayscale: #626262. Windows color (decimal): -10853509 or 8086362. OLE color: 8086362.
HSL color Cylindrical-coordinate representation of color #5A637B: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A637B is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 99 | 123 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.52 |
| HSL | 223.64º | 0.15% | 0.42% | - |
| HSV(B) | 223.64º | 0.27% | 0.48% | - |
| XYZ | 12.25 | 12.53 | 20.51 | - |
| YUV | 99.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 123 | 0.27 | 0.20 | 0 | 0.52 | 223.64 | 0.15 | 0.42 |
| Hex | 5A | 63 | 7B | 1B | 14 | 0 | 34 | E0 | F | 2A |
| Octal | 132 | 143 | 173 | 33 | 24 | 0 | 64 | 340 | 17 | 52 |
| Binary | 1011010 | 1100011 | 1111011 | 11011 | 10100 | 0 | 110100 | 11100000 | 1111 | 101010 |
Color Harmonies of #5A637B
Complementary color
Monochromatic Colors of #5A637B
Black with #5A637B
Text Example
Text Example
White with #5A637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A637B; }
p { color: rgb(90,99,123); }
H1.HeaderClassName
{
color: #5A637B;
}
.AnyTagClassName
{
color: #5A637B;
}
</style>
background-color css
<style>
a { background-color: #5A637B; }
a { background-color: rgb(90,99,123); }
div.DivClassName
{
background-color: #5A637B;
}
.BgClassName
{
background-color: #5A637B;
}
</style>
border-color css
<style>
span { border-color: #5A637B; }
span { border-color: rgb(90,99,123); }
td.TdClassName
{
border-color: #5A637B;
}
.TagClassName
{
border-color: #5A637B;
}
</style>