Shades of Chambray #535C70
Tints of Chambray #535C70
RGB
CMYK
RGB Variations
Color information
#535C70 (or 0x535C70) is known color: Chambray. HEX triplet: 53, 5C and 70. RGB value is (83,92,112). Sum of RGB (Red+Green+Blue) = 83+92+112=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #535C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C70 is #ACA38F. Grayscale: #5B5B5B. Windows color (decimal): -11314064 or 7363667. OLE color: 7363667.
HSL color Cylindrical-coordinate representation of color #535C70: hue angle of 221.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535C70 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 92 | 112 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.56 |
| HSL | 221.38º | 0.15% | 0.38% | - |
| HSV(B) | 221.38º | 0.26% | 0.44% | - |
| XYZ | 10.32 | 10.66 | 16.84 | - |
| YUV | 91.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 112 | 0.26 | 0.18 | 0 | 0.56 | 221.38 | 0.15 | 0.38 |
| Hex | 53 | 5C | 70 | 1A | 12 | 0 | 38 | DD | F | 26 |
| Octal | 123 | 134 | 160 | 32 | 22 | 0 | 70 | 335 | 17 | 46 |
| Binary | 1010011 | 1011100 | 1110000 | 11010 | 10010 | 0 | 111000 | 11011101 | 1111 | 100110 |
Color Harmonies of #535C70
Complementary color
Monochromatic Colors of #535C70
Black with #535C70
Text Example
Text Example
White with #535C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C70; }
p { color: rgb(83,92,112); }
H1.HeaderClassName
{
color: #535C70;
}
.AnyTagClassName
{
color: #535C70;
}
</style>
background-color css
<style>
a { background-color: #535C70; }
a { background-color: rgb(83,92,112); }
div.DivClassName
{
background-color: #535C70;
}
.BgClassName
{
background-color: #535C70;
}
</style>
border-color css
<style>
span { border-color: #535C70; }
span { border-color: rgb(83,92,112); }
td.TdClassName
{
border-color: #535C70;
}
.TagClassName
{
border-color: #535C70;
}
</style>