Shades of Chambray #535F7D
Tints of Chambray #535F7D
RGB
CMYK
RGB Variations
Color information
#535F7D (or 0x535F7D) is known color: Chambray. HEX triplet: 53, 5F and 7D. RGB value is (83,95,125). Sum of RGB (Red+Green+Blue) = 83+95+125=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #535F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F7D is #ACA082. Grayscale: #5E5E5E. Windows color (decimal): -11313283 or 8216403. OLE color: 8216403.
HSL color Cylindrical-coordinate representation of color #535F7D: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #535F7D is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 95 | 125 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.51 |
| HSL | 222.86º | 0.2% | 0.41% | - |
| HSV(B) | 222.86º | 0.34% | 0.49% | - |
| XYZ | 11.36 | 11.5 | 21.02 | - |
| YUV | 94.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 125 | 0.34 | 0.24 | 0 | 0.51 | 222.86 | 0.2 | 0.41 |
| Hex | 53 | 5F | 7D | 22 | 18 | 0 | 33 | DF | 14 | 29 |
| Octal | 123 | 137 | 175 | 42 | 30 | 0 | 63 | 337 | 24 | 51 |
| Binary | 1010011 | 1011111 | 1111101 | 100010 | 11000 | 0 | 110011 | 11011111 | 10100 | 101001 |
Color Harmonies of #535F7D
Complementary color
Monochromatic Colors of #535F7D
Black with #535F7D
Text Example
Text Example
White with #535F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F7D; }
p { color: rgb(83,95,125); }
H1.HeaderClassName
{
color: #535F7D;
}
.AnyTagClassName
{
color: #535F7D;
}
</style>
background-color css
<style>
a { background-color: #535F7D; }
a { background-color: rgb(83,95,125); }
div.DivClassName
{
background-color: #535F7D;
}
.BgClassName
{
background-color: #535F7D;
}
</style>
border-color css
<style>
span { border-color: #535F7D; }
span { border-color: rgb(83,95,125); }
td.TdClassName
{
border-color: #535F7D;
}
.TagClassName
{
border-color: #535F7D;
}
</style>