Shades of Chambray #535C81
Tints of Chambray #535C81
RGB
CMYK
RGB Variations
Color information
#535C81 (or 0x535C81) is known color: Chambray. HEX triplet: 53, 5C and 81. RGB value is (83,92,129). Sum of RGB (Red+Green+Blue) = 83+92+129=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #535C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C81 is #ACA37E. Grayscale: #5D5D5D. Windows color (decimal): -11314047 or 8477779. OLE color: 8477779.
HSL color Cylindrical-coordinate representation of color #535C81: hue angle of 228.26º 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 #535C81 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 92 | 129 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.49 |
| HSL | 228.26º | 0.22% | 0.42% | - |
| HSV(B) | 228.26º | 0.36% | 0.51% | - |
| XYZ | 11.36 | 11.08 | 22.31 | - |
| YUV | 93.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 129 | 0.36 | 0.29 | 0 | 0.49 | 228.26 | 0.22 | 0.42 |
| Hex | 53 | 5C | 81 | 24 | 1D | 0 | 31 | E4 | 16 | 2A |
| Octal | 123 | 134 | 201 | 44 | 35 | 0 | 61 | 344 | 26 | 52 |
| Binary | 1010011 | 1011100 | 10000001 | 100100 | 11101 | 0 | 110001 | 11100100 | 10110 | 101010 |
Color Harmonies of #535C81
Complementary color
Monochromatic Colors of #535C81
Black with #535C81
Text Example
Text Example
White with #535C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C81; }
p { color: rgb(83,92,129); }
H1.HeaderClassName
{
color: #535C81;
}
.AnyTagClassName
{
color: #535C81;
}
</style>
background-color css
<style>
a { background-color: #535C81; }
a { background-color: rgb(83,92,129); }
div.DivClassName
{
background-color: #535C81;
}
.BgClassName
{
background-color: #535C81;
}
</style>
border-color css
<style>
span { border-color: #535C81; }
span { border-color: rgb(83,92,129); }
td.TdClassName
{
border-color: #535C81;
}
.TagClassName
{
border-color: #535C81;
}
</style>