Shades of Chambray #535A7F
Tints of Chambray #535A7F
RGB
CMYK
RGB Variations
Color information
#535A7F (or 0x535A7F) is known color: Chambray. HEX triplet: 53, 5A and 7F. RGB value is (83,90,127). Sum of RGB (Red+Green+Blue) = 83+90+127=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #535A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A7F is #ACA580. Grayscale: #5B5B5B. Windows color (decimal): -11314561 or 8346195. OLE color: 8346195.
HSL color Cylindrical-coordinate representation of color #535A7F: hue angle of 230.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535A7F is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 90 | 127 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.50 |
| HSL | 230.45º | 0.21% | 0.41% | - |
| HSV(B) | 230.45º | 0.35% | 0.5% | - |
| XYZ | 11.05 | 10.68 | 21.56 | - |
| YUV | 92.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 127 | 0.35 | 0.29 | 0 | 0.50 | 230.45 | 0.21 | 0.41 |
| Hex | 53 | 5A | 7F | 23 | 1D | 0 | 32 | E6 | 15 | 29 |
| Octal | 123 | 132 | 177 | 43 | 35 | 0 | 62 | 346 | 25 | 51 |
| Binary | 1010011 | 1011010 | 1111111 | 100011 | 11101 | 0 | 110010 | 11100110 | 10101 | 101001 |
Color Harmonies of #535A7F
Complementary color
Monochromatic Colors of #535A7F
Black with #535A7F
Text Example
Text Example
White with #535A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A7F; }
p { color: rgb(83,90,127); }
H1.HeaderClassName
{
color: #535A7F;
}
.AnyTagClassName
{
color: #535A7F;
}
</style>
background-color css
<style>
a { background-color: #535A7F; }
a { background-color: rgb(83,90,127); }
div.DivClassName
{
background-color: #535A7F;
}
.BgClassName
{
background-color: #535A7F;
}
</style>
border-color css
<style>
span { border-color: #535A7F; }
span { border-color: rgb(83,90,127); }
td.TdClassName
{
border-color: #535A7F;
}
.TagClassName
{
border-color: #535A7F;
}
</style>