Shades of Chambray #536379
Tints of Chambray #536379
RGB
CMYK
RGB Variations
Color information
#536379 (or 0x536379) is known color: Chambray. HEX triplet: 53, 63 and 79. RGB value is (83,99,121). Sum of RGB (Red+Green+Blue) = 83+99+121=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #536379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536379 is #AC9C86. Grayscale: #606060. Windows color (decimal): -11312263 or 7955283. OLE color: 7955283.
HSL color Cylindrical-coordinate representation of color #536379: hue angle of 214.74º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536379 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 99 | 121 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.53 |
| HSL | 214.74º | 0.19% | 0.4% | - |
| HSV(B) | 214.74º | 0.31% | 0.47% | - |
| XYZ | 11.48 | 12.14 | 19.83 | - |
| YUV | 96.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 121 | 0.31 | 0.18 | 0 | 0.53 | 214.74 | 0.19 | 0.4 |
| Hex | 53 | 63 | 79 | 1F | 12 | 0 | 35 | D7 | 13 | 28 |
| Octal | 123 | 143 | 171 | 37 | 22 | 0 | 65 | 327 | 23 | 50 |
| Binary | 1010011 | 1100011 | 1111001 | 11111 | 10010 | 0 | 110101 | 11010111 | 10011 | 101000 |
Color Harmonies of #536379
Complementary color
Monochromatic Colors of #536379
Black with #536379
Text Example
Text Example
White with #536379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536379; }
p { color: rgb(83,99,121); }
H1.HeaderClassName
{
color: #536379;
}
.AnyTagClassName
{
color: #536379;
}
</style>
background-color css
<style>
a { background-color: #536379; }
a { background-color: rgb(83,99,121); }
div.DivClassName
{
background-color: #536379;
}
.BgClassName
{
background-color: #536379;
}
</style>
border-color css
<style>
span { border-color: #536379; }
span { border-color: rgb(83,99,121); }
td.TdClassName
{
border-color: #536379;
}
.TagClassName
{
border-color: #536379;
}
</style>