Shades of Chambray #535F83
Tints of Chambray #535F83
RGB
CMYK
RGB Variations
Color information
#535F83 (or 0x535F83) is known color: Chambray. HEX triplet: 53, 5F and 83. RGB value is (83,95,131). Sum of RGB (Red+Green+Blue) = 83+95+131=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #535F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F83 is #ACA07C. Grayscale: #5F5F5F. Windows color (decimal): -11313277 or 8609619. OLE color: 8609619.
HSL color Cylindrical-coordinate representation of color #535F83: hue angle of 225º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535F83 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 95 | 131 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.49 |
| HSL | 225º | 0.22% | 0.42% | - |
| HSV(B) | 225º | 0.37% | 0.51% | - |
| XYZ | 11.76 | 11.66 | 23.1 | - |
| YUV | 95.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 131 | 0.37 | 0.27 | 0 | 0.49 | 225 | 0.22 | 0.42 |
| Hex | 53 | 5F | 83 | 25 | 1B | 0 | 31 | E1 | 16 | 2A |
| Octal | 123 | 137 | 203 | 45 | 33 | 0 | 61 | 341 | 26 | 52 |
| Binary | 1010011 | 1011111 | 10000011 | 100101 | 11011 | 0 | 110001 | 11100001 | 10110 | 101010 |
Color Harmonies of #535F83
Complementary color
Monochromatic Colors of #535F83
Black with #535F83
Text Example
Text Example
White with #535F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F83; }
p { color: rgb(83,95,131); }
H1.HeaderClassName
{
color: #535F83;
}
.AnyTagClassName
{
color: #535F83;
}
</style>
background-color css
<style>
a { background-color: #535F83; }
a { background-color: rgb(83,95,131); }
div.DivClassName
{
background-color: #535F83;
}
.BgClassName
{
background-color: #535F83;
}
</style>
border-color css
<style>
span { border-color: #535F83; }
span { border-color: rgb(83,95,131); }
td.TdClassName
{
border-color: #535F83;
}
.TagClassName
{
border-color: #535F83;
}
</style>