Shades of Chambray #535F80
Tints of Chambray #535F80
RGB
CMYK
RGB Variations
Color information
#535F80 (or 0x535F80) is known color: Chambray. HEX triplet: 53, 5F and 80. RGB value is (83,95,128). Sum of RGB (Red+Green+Blue) = 83+95+128=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #535F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F80 is #ACA07F. Grayscale: #5F5F5F. Windows color (decimal): -11313280 or 8413011. OLE color: 8413011.
HSL color Cylindrical-coordinate representation of color #535F80: hue angle of 224º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535F80 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 95 | 128 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.50 |
| HSL | 224º | 0.21% | 0.41% | - |
| HSV(B) | 224º | 0.35% | 0.5% | - |
| XYZ | 11.56 | 11.58 | 22.05 | - |
| YUV | 95.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 128 | 0.35 | 0.26 | 0 | 0.50 | 224 | 0.21 | 0.41 |
| Hex | 53 | 5F | 80 | 23 | 1A | 0 | 32 | E0 | 15 | 29 |
| Octal | 123 | 137 | 200 | 43 | 32 | 0 | 62 | 340 | 25 | 51 |
| Binary | 1010011 | 1011111 | 10000000 | 100011 | 11010 | 0 | 110010 | 11100000 | 10101 | 101001 |
Color Harmonies of #535F80
Complementary color
Monochromatic Colors of #535F80
Black with #535F80
Text Example
Text Example
White with #535F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F80; }
p { color: rgb(83,95,128); }
H1.HeaderClassName
{
color: #535F80;
}
.AnyTagClassName
{
color: #535F80;
}
</style>
background-color css
<style>
a { background-color: #535F80; }
a { background-color: rgb(83,95,128); }
div.DivClassName
{
background-color: #535F80;
}
.BgClassName
{
background-color: #535F80;
}
</style>
border-color css
<style>
span { border-color: #535F80; }
span { border-color: rgb(83,95,128); }
td.TdClassName
{
border-color: #535F80;
}
.TagClassName
{
border-color: #535F80;
}
</style>