Shades of Chambray #535A79
Tints of Chambray #535A79
RGB
CMYK
RGB Variations
Color information
#535A79 (or 0x535A79) is known color: Chambray. HEX triplet: 53, 5A and 79. RGB value is (83,90,121). Sum of RGB (Red+Green+Blue) = 83+90+121=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #535A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A79 is #ACA586. Grayscale: #5B5B5B. Windows color (decimal): -11314567 or 7952979. OLE color: 7952979.
HSL color Cylindrical-coordinate representation of color #535A79: hue angle of 228.95º 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 #535A79 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 90 | 121 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.53 |
| HSL | 228.95º | 0.19% | 0.4% | - |
| HSV(B) | 228.95º | 0.31% | 0.47% | - |
| XYZ | 10.67 | 10.53 | 19.56 | - |
| YUV | 91.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 121 | 0.31 | 0.26 | 0 | 0.53 | 228.95 | 0.19 | 0.4 |
| Hex | 53 | 5A | 79 | 1F | 1A | 0 | 35 | E5 | 13 | 28 |
| Octal | 123 | 132 | 171 | 37 | 32 | 0 | 65 | 345 | 23 | 50 |
| Binary | 1010011 | 1011010 | 1111001 | 11111 | 11010 | 0 | 110101 | 11100101 | 10011 | 101000 |
Color Harmonies of #535A79
Complementary color
Monochromatic Colors of #535A79
Black with #535A79
Text Example
Text Example
White with #535A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A79; }
p { color: rgb(83,90,121); }
H1.HeaderClassName
{
color: #535A79;
}
.AnyTagClassName
{
color: #535A79;
}
</style>
background-color css
<style>
a { background-color: #535A79; }
a { background-color: rgb(83,90,121); }
div.DivClassName
{
background-color: #535A79;
}
.BgClassName
{
background-color: #535A79;
}
</style>
border-color css
<style>
span { border-color: #535A79; }
span { border-color: rgb(83,90,121); }
td.TdClassName
{
border-color: #535A79;
}
.TagClassName
{
border-color: #535A79;
}
</style>