Shades of Chambray #535C7A
Tints of Chambray #535C7A
RGB
CMYK
RGB Variations
Color information
#535C7A (or 0x535C7A) is known color: Chambray. HEX triplet: 53, 5C and 7A. RGB value is (83,92,122). Sum of RGB (Red+Green+Blue) = 83+92+122=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #535C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C7A is #ACA385. Grayscale: #5C5C5C. Windows color (decimal): -11314054 or 8019027. OLE color: 8019027.
HSL color Cylindrical-coordinate representation of color #535C7A: hue angle of 226.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535C7A is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 92 | 122 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.52 |
| HSL | 226.15º | 0.19% | 0.4% | - |
| HSV(B) | 226.15º | 0.32% | 0.48% | - |
| XYZ | 10.91 | 10.9 | 19.94 | - |
| YUV | 92.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 122 | 0.32 | 0.25 | 0 | 0.52 | 226.15 | 0.19 | 0.4 |
| Hex | 53 | 5C | 7A | 20 | 19 | 0 | 34 | E2 | 13 | 28 |
| Octal | 123 | 134 | 172 | 40 | 31 | 0 | 64 | 342 | 23 | 50 |
| Binary | 1010011 | 1011100 | 1111010 | 100000 | 11001 | 0 | 110100 | 11100010 | 10011 | 101000 |
Color Harmonies of #535C7A
Complementary color
Monochromatic Colors of #535C7A
Black with #535C7A
Text Example
Text Example
White with #535C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C7A; }
p { color: rgb(83,92,122); }
H1.HeaderClassName
{
color: #535C7A;
}
.AnyTagClassName
{
color: #535C7A;
}
</style>
background-color css
<style>
a { background-color: #535C7A; }
a { background-color: rgb(83,92,122); }
div.DivClassName
{
background-color: #535C7A;
}
.BgClassName
{
background-color: #535C7A;
}
</style>
border-color css
<style>
span { border-color: #535C7A; }
span { border-color: rgb(83,92,122); }
td.TdClassName
{
border-color: #535C7A;
}
.TagClassName
{
border-color: #535C7A;
}
</style>