Shades of Chambray #535F81
Tints of Chambray #535F81
RGB
CMYK
RGB Variations
Color information
#535F81 (or 0x535F81) is known color: Chambray. HEX triplet: 53, 5F and 81. RGB value is (83,95,129). Sum of RGB (Red+Green+Blue) = 83+95+129=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #535F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F81 is #ACA07E. Grayscale: #5F5F5F. Windows color (decimal): -11313279 or 8478547. OLE color: 8478547.
HSL color Cylindrical-coordinate representation of color #535F81: hue angle of 224.35º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535F81 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 95 | 129 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.49 |
| HSL | 224.35º | 0.22% | 0.42% | - |
| HSV(B) | 224.35º | 0.36% | 0.51% | - |
| XYZ | 11.62 | 11.61 | 22.4 | - |
| YUV | 95.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 129 | 0.36 | 0.26 | 0 | 0.49 | 224.35 | 0.22 | 0.42 |
| Hex | 53 | 5F | 81 | 24 | 1A | 0 | 31 | E0 | 16 | 2A |
| Octal | 123 | 137 | 201 | 44 | 32 | 0 | 61 | 340 | 26 | 52 |
| Binary | 1010011 | 1011111 | 10000001 | 100100 | 11010 | 0 | 110001 | 11100000 | 10110 | 101010 |
Color Harmonies of #535F81
Complementary color
Monochromatic Colors of #535F81
Black with #535F81
Text Example
Text Example
White with #535F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F81; }
p { color: rgb(83,95,129); }
H1.HeaderClassName
{
color: #535F81;
}
.AnyTagClassName
{
color: #535F81;
}
</style>
background-color css
<style>
a { background-color: #535F81; }
a { background-color: rgb(83,95,129); }
div.DivClassName
{
background-color: #535F81;
}
.BgClassName
{
background-color: #535F81;
}
</style>
border-color css
<style>
span { border-color: #535F81; }
span { border-color: rgb(83,95,129); }
td.TdClassName
{
border-color: #535F81;
}
.TagClassName
{
border-color: #535F81;
}
</style>