Shades of Chambray #535C77
Tints of Chambray #535C77
RGB
CMYK
RGB Variations
Color information
#535C77 (or 0x535C77) is known color: Chambray. HEX triplet: 53, 5C and 77. RGB value is (83,92,119). Sum of RGB (Red+Green+Blue) = 83+92+119=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #535C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C77 is #ACA388. Grayscale: #5C5C5C. Windows color (decimal): -11314057 or 7822419. OLE color: 7822419.
HSL color Cylindrical-coordinate representation of color #535C77: hue angle of 225º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535C77 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 92 | 119 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.53 |
| HSL | 225º | 0.18% | 0.4% | - |
| HSV(B) | 225º | 0.3% | 0.47% | - |
| XYZ | 10.72 | 10.83 | 18.98 | - |
| YUV | 92.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 119 | 0.30 | 0.23 | 0 | 0.53 | 225 | 0.18 | 0.4 |
| Hex | 53 | 5C | 77 | 1E | 17 | 0 | 35 | E1 | 12 | 28 |
| Octal | 123 | 134 | 167 | 36 | 27 | 0 | 65 | 341 | 22 | 50 |
| Binary | 1010011 | 1011100 | 1110111 | 11110 | 10111 | 0 | 110101 | 11100001 | 10010 | 101000 |
Color Harmonies of #535C77
Complementary color
Monochromatic Colors of #535C77
Black with #535C77
Text Example
Text Example
White with #535C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C77; }
p { color: rgb(83,92,119); }
H1.HeaderClassName
{
color: #535C77;
}
.AnyTagClassName
{
color: #535C77;
}
</style>
background-color css
<style>
a { background-color: #535C77; }
a { background-color: rgb(83,92,119); }
div.DivClassName
{
background-color: #535C77;
}
.BgClassName
{
background-color: #535C77;
}
</style>
border-color css
<style>
span { border-color: #535C77; }
span { border-color: rgb(83,92,119); }
td.TdClassName
{
border-color: #535C77;
}
.TagClassName
{
border-color: #535C77;
}
</style>