Shades of Chambray #536074
Tints of Chambray #536074
RGB
CMYK
RGB Variations
Color information
#536074 (or 0x536074) is known color: Chambray. HEX triplet: 53, 60 and 74. RGB value is (83,96,116). Sum of RGB (Red+Green+Blue) = 83+96+116=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #536074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536074 is #AC9F8B. Grayscale: #5E5E5E. Windows color (decimal): -11313036 or 7626835. OLE color: 7626835.
HSL color Cylindrical-coordinate representation of color #536074: hue angle of 216.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #536074 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 96 | 116 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.55 |
| HSL | 216.36º | 0.17% | 0.39% | - |
| HSV(B) | 216.36º | 0.28% | 0.45% | - |
| XYZ | 10.9 | 11.47 | 18.16 | - |
| YUV | 94.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 116 | 0.28 | 0.17 | 0 | 0.55 | 216.36 | 0.17 | 0.39 |
| Hex | 53 | 60 | 74 | 1C | 11 | 0 | 37 | D8 | 11 | 27 |
| Octal | 123 | 140 | 164 | 34 | 21 | 0 | 67 | 330 | 21 | 47 |
| Binary | 1010011 | 1100000 | 1110100 | 11100 | 10001 | 0 | 110111 | 11011000 | 10001 | 100111 |
Color Harmonies of #536074
Complementary color
Monochromatic Colors of #536074
Black with #536074
Text Example
Text Example
White with #536074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536074; }
p { color: rgb(83,96,116); }
H1.HeaderClassName
{
color: #536074;
}
.AnyTagClassName
{
color: #536074;
}
</style>
background-color css
<style>
a { background-color: #536074; }
a { background-color: rgb(83,96,116); }
div.DivClassName
{
background-color: #536074;
}
.BgClassName
{
background-color: #536074;
}
</style>
border-color css
<style>
span { border-color: #536074; }
span { border-color: rgb(83,96,116); }
td.TdClassName
{
border-color: #536074;
}
.TagClassName
{
border-color: #536074;
}
</style>