Shades of Chambray #535C80
Tints of Chambray #535C80
RGB
CMYK
RGB Variations
Color information
#535C80 (or 0x535C80) is known color: Chambray. HEX triplet: 53, 5C and 80. RGB value is (83,92,128). Sum of RGB (Red+Green+Blue) = 83+92+128=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #535C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C80 is #ACA37F. Grayscale: #5D5D5D. Windows color (decimal): -11314048 or 8412243. OLE color: 8412243.
HSL color Cylindrical-coordinate representation of color #535C80: hue angle of 228º 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 #535C80 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 92 | 128 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.50 |
| HSL | 228º | 0.21% | 0.41% | - |
| HSV(B) | 228º | 0.35% | 0.5% | - |
| XYZ | 11.29 | 11.05 | 21.96 | - |
| YUV | 93.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 128 | 0.35 | 0.28 | 0 | 0.50 | 228 | 0.21 | 0.41 |
| Hex | 53 | 5C | 80 | 23 | 1C | 0 | 32 | E4 | 15 | 29 |
| Octal | 123 | 134 | 200 | 43 | 34 | 0 | 62 | 344 | 25 | 51 |
| Binary | 1010011 | 1011100 | 10000000 | 100011 | 11100 | 0 | 110010 | 11100100 | 10101 | 101001 |
Color Harmonies of #535C80
Complementary color
Monochromatic Colors of #535C80
Black with #535C80
Text Example
Text Example
White with #535C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C80; }
p { color: rgb(83,92,128); }
H1.HeaderClassName
{
color: #535C80;
}
.AnyTagClassName
{
color: #535C80;
}
</style>
background-color css
<style>
a { background-color: #535C80; }
a { background-color: rgb(83,92,128); }
div.DivClassName
{
background-color: #535C80;
}
.BgClassName
{
background-color: #535C80;
}
</style>
border-color css
<style>
span { border-color: #535C80; }
span { border-color: rgb(83,92,128); }
td.TdClassName
{
border-color: #535C80;
}
.TagClassName
{
border-color: #535C80;
}
</style>