Shades of Chambray #535B7C
Tints of Chambray #535B7C
RGB
CMYK
RGB Variations
Color information
#535B7C (or 0x535B7C) is known color: Chambray. HEX triplet: 53, 5B and 7C. RGB value is (83,91,124). Sum of RGB (Red+Green+Blue) = 83+91+124=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #535B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B7C is #ACA483. Grayscale: #5C5C5C. Windows color (decimal): -11314308 or 8149843. OLE color: 8149843.
HSL color Cylindrical-coordinate representation of color #535B7C: hue angle of 228.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535B7C is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 91 | 124 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.51 |
| HSL | 228.29º | 0.2% | 0.41% | - |
| HSV(B) | 228.29º | 0.33% | 0.49% | - |
| XYZ | 10.95 | 10.78 | 20.57 | - |
| YUV | 92.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 124 | 0.33 | 0.27 | 0 | 0.51 | 228.29 | 0.2 | 0.41 |
| Hex | 53 | 5B | 7C | 21 | 1B | 0 | 33 | E4 | 14 | 29 |
| Octal | 123 | 133 | 174 | 41 | 33 | 0 | 63 | 344 | 24 | 51 |
| Binary | 1010011 | 1011011 | 1111100 | 100001 | 11011 | 0 | 110011 | 11100100 | 10100 | 101001 |
Color Harmonies of #535B7C
Complementary color
Monochromatic Colors of #535B7C
Black with #535B7C
Text Example
Text Example
White with #535B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B7C; }
p { color: rgb(83,91,124); }
H1.HeaderClassName
{
color: #535B7C;
}
.AnyTagClassName
{
color: #535B7C;
}
</style>
background-color css
<style>
a { background-color: #535B7C; }
a { background-color: rgb(83,91,124); }
div.DivClassName
{
background-color: #535B7C;
}
.BgClassName
{
background-color: #535B7C;
}
</style>
border-color css
<style>
span { border-color: #535B7C; }
span { border-color: rgb(83,91,124); }
td.TdClassName
{
border-color: #535B7C;
}
.TagClassName
{
border-color: #535B7C;
}
</style>