Shades of Chambray #535F84
Tints of Chambray #535F84
RGB
CMYK
RGB Variations
Color information
#535F84 (or 0x535F84) is known color: Chambray. HEX triplet: 53, 5F and 84. RGB value is (83,95,132). Sum of RGB (Red+Green+Blue) = 83+95+132=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #535F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F84 is #ACA07B. Grayscale: #5F5F5F. Windows color (decimal): -11313276 or 8675155. OLE color: 8675155.
HSL color Cylindrical-coordinate representation of color #535F84: hue angle of 225.31º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535F84 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 95 | 132 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.48 |
| HSL | 225.31º | 0.23% | 0.42% | - |
| HSV(B) | 225.31º | 0.37% | 0.52% | - |
| XYZ | 11.82 | 11.69 | 23.46 | - |
| YUV | 95.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 132 | 0.37 | 0.28 | 0 | 0.48 | 225.31 | 0.23 | 0.42 |
| Hex | 53 | 5F | 84 | 25 | 1C | 0 | 30 | E1 | 17 | 2A |
| Octal | 123 | 137 | 204 | 45 | 34 | 0 | 60 | 341 | 27 | 52 |
| Binary | 1010011 | 1011111 | 10000100 | 100101 | 11100 | 0 | 110000 | 11100001 | 10111 | 101010 |
Color Harmonies of #535F84
Complementary color
Monochromatic Colors of #535F84
Black with #535F84
Text Example
Text Example
White with #535F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F84; }
p { color: rgb(83,95,132); }
H1.HeaderClassName
{
color: #535F84;
}
.AnyTagClassName
{
color: #535F84;
}
</style>
background-color css
<style>
a { background-color: #535F84; }
a { background-color: rgb(83,95,132); }
div.DivClassName
{
background-color: #535F84;
}
.BgClassName
{
background-color: #535F84;
}
</style>
border-color css
<style>
span { border-color: #535F84; }
span { border-color: rgb(83,95,132); }
td.TdClassName
{
border-color: #535F84;
}
.TagClassName
{
border-color: #535F84;
}
</style>