Shades of Chambray #535D7E
Tints of Chambray #535D7E
RGB
CMYK
RGB Variations
Color information
#535D7E (or 0x535D7E) is known color: Chambray. HEX triplet: 53, 5D and 7E. RGB value is (83,93,126). Sum of RGB (Red+Green+Blue) = 83+93+126=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #535D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D7E is #ACA281. Grayscale: #5D5D5D. Windows color (decimal): -11313794 or 8281427. OLE color: 8281427.
HSL color Cylindrical-coordinate representation of color #535D7E: hue angle of 226.05º 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 #535D7E is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 93 | 126 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.51 |
| HSL | 226.05º | 0.21% | 0.41% | - |
| HSV(B) | 226.05º | 0.34% | 0.49% | - |
| XYZ | 11.25 | 11.17 | 21.3 | - |
| YUV | 93.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 126 | 0.34 | 0.26 | 0 | 0.51 | 226.05 | 0.21 | 0.41 |
| Hex | 53 | 5D | 7E | 22 | 1A | 0 | 33 | E2 | 15 | 29 |
| Octal | 123 | 135 | 176 | 42 | 32 | 0 | 63 | 342 | 25 | 51 |
| Binary | 1010011 | 1011101 | 1111110 | 100010 | 11010 | 0 | 110011 | 11100010 | 10101 | 101001 |
Color Harmonies of #535D7E
Complementary color
Monochromatic Colors of #535D7E
Black with #535D7E
Text Example
Text Example
White with #535D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D7E; }
p { color: rgb(83,93,126); }
H1.HeaderClassName
{
color: #535D7E;
}
.AnyTagClassName
{
color: #535D7E;
}
</style>
background-color css
<style>
a { background-color: #535D7E; }
a { background-color: rgb(83,93,126); }
div.DivClassName
{
background-color: #535D7E;
}
.BgClassName
{
background-color: #535D7E;
}
</style>
border-color css
<style>
span { border-color: #535D7E; }
span { border-color: rgb(83,93,126); }
td.TdClassName
{
border-color: #535D7E;
}
.TagClassName
{
border-color: #535D7E;
}
</style>