Shades of Chambray #535C85
Tints of Chambray #535C85
RGB
CMYK
RGB Variations
Color information
#535C85 (or 0x535C85) is known color: Chambray. HEX triplet: 53, 5C and 85. RGB value is (83,92,133). Sum of RGB (Red+Green+Blue) = 83+92+133=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #535C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C85 is #ACA37A. Grayscale: #5D5D5D. Windows color (decimal): -11314043 or 8739923. OLE color: 8739923.
HSL color Cylindrical-coordinate representation of color #535C85: hue angle of 229.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535C85 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 92 | 133 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.48 |
| HSL | 229.2º | 0.23% | 0.42% | - |
| HSV(B) | 229.2º | 0.38% | 0.52% | - |
| XYZ | 11.63 | 11.19 | 23.74 | - |
| YUV | 93.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 133 | 0.38 | 0.31 | 0 | 0.48 | 229.2 | 0.23 | 0.42 |
| Hex | 53 | 5C | 85 | 26 | 1F | 0 | 30 | E5 | 17 | 2A |
| Octal | 123 | 134 | 205 | 46 | 37 | 0 | 60 | 345 | 27 | 52 |
| Binary | 1010011 | 1011100 | 10000101 | 100110 | 11111 | 0 | 110000 | 11100101 | 10111 | 101010 |
Color Harmonies of #535C85
Complementary color
Monochromatic Colors of #535C85
Black with #535C85
Text Example
Text Example
White with #535C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C85; }
p { color: rgb(83,92,133); }
H1.HeaderClassName
{
color: #535C85;
}
.AnyTagClassName
{
color: #535C85;
}
</style>
background-color css
<style>
a { background-color: #535C85; }
a { background-color: rgb(83,92,133); }
div.DivClassName
{
background-color: #535C85;
}
.BgClassName
{
background-color: #535C85;
}
</style>
border-color css
<style>
span { border-color: #535C85; }
span { border-color: rgb(83,92,133); }
td.TdClassName
{
border-color: #535C85;
}
.TagClassName
{
border-color: #535C85;
}
</style>