Shades of Chambray #535E7A
Tints of Chambray #535E7A
RGB
CMYK
RGB Variations
Color information
#535E7A (or 0x535E7A) is known color: Chambray. HEX triplet: 53, 5E and 7A. RGB value is (83,94,122). Sum of RGB (Red+Green+Blue) = 83+94+122=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #535E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E7A is #ACA185. Grayscale: #5D5D5D. Windows color (decimal): -11313542 or 8019539. OLE color: 8019539.
HSL color Cylindrical-coordinate representation of color #535E7A: hue angle of 223.08º 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 #535E7A is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 94 | 122 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.52 |
| HSL | 223.08º | 0.19% | 0.4% | - |
| HSV(B) | 223.08º | 0.32% | 0.48% | - |
| XYZ | 11.08 | 11.25 | 20 | - |
| YUV | 93.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 122 | 0.32 | 0.23 | 0 | 0.52 | 223.08 | 0.19 | 0.4 |
| Hex | 53 | 5E | 7A | 20 | 17 | 0 | 34 | DF | 13 | 28 |
| Octal | 123 | 136 | 172 | 40 | 27 | 0 | 64 | 337 | 23 | 50 |
| Binary | 1010011 | 1011110 | 1111010 | 100000 | 10111 | 0 | 110100 | 11011111 | 10011 | 101000 |
Color Harmonies of #535E7A
Complementary color
Monochromatic Colors of #535E7A
Black with #535E7A
Text Example
Text Example
White with #535E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E7A; }
p { color: rgb(83,94,122); }
H1.HeaderClassName
{
color: #535E7A;
}
.AnyTagClassName
{
color: #535E7A;
}
</style>
background-color css
<style>
a { background-color: #535E7A; }
a { background-color: rgb(83,94,122); }
div.DivClassName
{
background-color: #535E7A;
}
.BgClassName
{
background-color: #535E7A;
}
</style>
border-color css
<style>
span { border-color: #535E7A; }
span { border-color: rgb(83,94,122); }
td.TdClassName
{
border-color: #535E7A;
}
.TagClassName
{
border-color: #535E7A;
}
</style>