Shades of Chambray #536080
Tints of Chambray #536080
RGB
CMYK
RGB Variations
Color information
#536080 (or 0x536080) is known color: Chambray. HEX triplet: 53, 60 and 80. RGB value is (83,96,128). Sum of RGB (Red+Green+Blue) = 83+96+128=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #536080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536080 is #AC9F7F. Grayscale: #5F5F5F. Windows color (decimal): -11313024 or 8413267. OLE color: 8413267.
HSL color Cylindrical-coordinate representation of color #536080: hue angle of 222.67º 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 #536080 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 96 | 128 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.50 |
| HSL | 222.67º | 0.21% | 0.41% | - |
| HSV(B) | 222.67º | 0.35% | 0.5% | - |
| XYZ | 11.65 | 11.76 | 22.08 | - |
| YUV | 95.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 128 | 0.35 | 0.25 | 0 | 0.50 | 222.67 | 0.21 | 0.41 |
| Hex | 53 | 60 | 80 | 23 | 19 | 0 | 32 | DF | 15 | 29 |
| Octal | 123 | 140 | 200 | 43 | 31 | 0 | 62 | 337 | 25 | 51 |
| Binary | 1010011 | 1100000 | 10000000 | 100011 | 11001 | 0 | 110010 | 11011111 | 10101 | 101001 |
Color Harmonies of #536080
Complementary color
Monochromatic Colors of #536080
Black with #536080
Text Example
Text Example
White with #536080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536080; }
p { color: rgb(83,96,128); }
H1.HeaderClassName
{
color: #536080;
}
.AnyTagClassName
{
color: #536080;
}
</style>
background-color css
<style>
a { background-color: #536080; }
a { background-color: rgb(83,96,128); }
div.DivClassName
{
background-color: #536080;
}
.BgClassName
{
background-color: #536080;
}
</style>
border-color css
<style>
span { border-color: #536080; }
span { border-color: rgb(83,96,128); }
td.TdClassName
{
border-color: #536080;
}
.TagClassName
{
border-color: #536080;
}
</style>