Shades of Chambray #535C82
Tints of Chambray #535C82
RGB
CMYK
RGB Variations
Color information
#535C82 (or 0x535C82) is known color: Chambray. HEX triplet: 53, 5C and 82. RGB value is (83,92,130). Sum of RGB (Red+Green+Blue) = 83+92+130=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #535C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C82 is #ACA37D. Grayscale: #5D5D5D. Windows color (decimal): -11314046 or 8543315. OLE color: 8543315.
HSL color Cylindrical-coordinate representation of color #535C82: hue angle of 228.51º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535C82 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 92 | 130 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.49 |
| HSL | 228.51º | 0.22% | 0.42% | - |
| HSV(B) | 228.51º | 0.36% | 0.51% | - |
| XYZ | 11.42 | 11.11 | 22.66 | - |
| YUV | 93.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 130 | 0.36 | 0.29 | 0 | 0.49 | 228.51 | 0.22 | 0.42 |
| Hex | 53 | 5C | 82 | 24 | 1D | 0 | 31 | E5 | 16 | 2A |
| Octal | 123 | 134 | 202 | 44 | 35 | 0 | 61 | 345 | 26 | 52 |
| Binary | 1010011 | 1011100 | 10000010 | 100100 | 11101 | 0 | 110001 | 11100101 | 10110 | 101010 |
Color Harmonies of #535C82
Complementary color
Monochromatic Colors of #535C82
Black with #535C82
Text Example
Text Example
White with #535C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C82; }
p { color: rgb(83,92,130); }
H1.HeaderClassName
{
color: #535C82;
}
.AnyTagClassName
{
color: #535C82;
}
</style>
background-color css
<style>
a { background-color: #535C82; }
a { background-color: rgb(83,92,130); }
div.DivClassName
{
background-color: #535C82;
}
.BgClassName
{
background-color: #535C82;
}
</style>
border-color css
<style>
span { border-color: #535C82; }
span { border-color: rgb(83,92,130); }
td.TdClassName
{
border-color: #535C82;
}
.TagClassName
{
border-color: #535C82;
}
</style>