Shades of Chambray #535D6D
Tints of Chambray #535D6D
RGB
CMYK
RGB Variations
Color information
#535D6D (or 0x535D6D) is known color: Chambray. HEX triplet: 53, 5D and 6D. RGB value is (83,93,109). Sum of RGB (Red+Green+Blue) = 83+93+109=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #535D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6D is #ACA292. Grayscale: #5B5B5B. Windows color (decimal): -11313811 or 7167315. OLE color: 7167315.
HSL color Cylindrical-coordinate representation of color #535D6D: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535D6D is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 93 | 109 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.57 |
| HSL | 216.92º | 0.14% | 0.38% | - |
| HSV(B) | 216.92º | 0.24% | 0.43% | - |
| XYZ | 10.24 | 10.77 | 16.01 | - |
| YUV | 91.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 109 | 0.24 | 0.15 | 0 | 0.57 | 216.92 | 0.14 | 0.38 |
| Hex | 53 | 5D | 6D | 18 | F | 0 | 39 | D9 | E | 26 |
| Octal | 123 | 135 | 155 | 30 | 17 | 0 | 71 | 331 | 16 | 46 |
| Binary | 1010011 | 1011101 | 1101101 | 11000 | 1111 | 0 | 111001 | 11011001 | 1110 | 100110 |
Color Harmonies of #535D6D
Complementary color
Monochromatic Colors of #535D6D
Black with #535D6D
Text Example
Text Example
White with #535D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D6D; }
p { color: rgb(83,93,109); }
H1.HeaderClassName
{
color: #535D6D;
}
.AnyTagClassName
{
color: #535D6D;
}
</style>
background-color css
<style>
a { background-color: #535D6D; }
a { background-color: rgb(83,93,109); }
div.DivClassName
{
background-color: #535D6D;
}
.BgClassName
{
background-color: #535D6D;
}
</style>
border-color css
<style>
span { border-color: #535D6D; }
span { border-color: rgb(83,93,109); }
td.TdClassName
{
border-color: #535D6D;
}
.TagClassName
{
border-color: #535D6D;
}
</style>