Shades of Chambray #535C83
Tints of Chambray #535C83
RGB
CMYK
RGB Variations
Color information
#535C83 (or 0x535C83) is known color: Chambray. HEX triplet: 53, 5C and 83. RGB value is (83,92,131). Sum of RGB (Red+Green+Blue) = 83+92+131=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #535C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C83 is #ACA37C. Grayscale: #5D5D5D. Windows color (decimal): -11314045 or 8608851. OLE color: 8608851.
HSL color Cylindrical-coordinate representation of color #535C83: hue angle of 228.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535C83 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 92 | 131 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.49 |
| HSL | 228.75º | 0.22% | 0.42% | - |
| HSV(B) | 228.75º | 0.37% | 0.51% | - |
| XYZ | 11.49 | 11.13 | 23.02 | - |
| YUV | 93.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 131 | 0.37 | 0.30 | 0 | 0.49 | 228.75 | 0.22 | 0.42 |
| Hex | 53 | 5C | 83 | 25 | 1E | 0 | 31 | E5 | 16 | 2A |
| Octal | 123 | 134 | 203 | 45 | 36 | 0 | 61 | 345 | 26 | 52 |
| Binary | 1010011 | 1011100 | 10000011 | 100101 | 11110 | 0 | 110001 | 11100101 | 10110 | 101010 |
Color Harmonies of #535C83
Complementary color
Monochromatic Colors of #535C83
Black with #535C83
Text Example
Text Example
White with #535C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C83; }
p { color: rgb(83,92,131); }
H1.HeaderClassName
{
color: #535C83;
}
.AnyTagClassName
{
color: #535C83;
}
</style>
background-color css
<style>
a { background-color: #535C83; }
a { background-color: rgb(83,92,131); }
div.DivClassName
{
background-color: #535C83;
}
.BgClassName
{
background-color: #535C83;
}
</style>
border-color css
<style>
span { border-color: #535C83; }
span { border-color: rgb(83,92,131); }
td.TdClassName
{
border-color: #535C83;
}
.TagClassName
{
border-color: #535C83;
}
</style>