Shades of Chambray #535C78
Tints of Chambray #535C78
RGB
CMYK
RGB Variations
Color information
#535C78 (or 0x535C78) is known color: Chambray. HEX triplet: 53, 5C and 78. RGB value is (83,92,120). Sum of RGB (Red+Green+Blue) = 83+92+120=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #535C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C78 is #ACA387. Grayscale: #5C5C5C. Windows color (decimal): -11314056 or 7887955. OLE color: 7887955.
HSL color Cylindrical-coordinate representation of color #535C78: hue angle of 225.41º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535C78 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 92 | 120 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.53 |
| HSL | 225.41º | 0.18% | 0.4% | - |
| HSV(B) | 225.41º | 0.31% | 0.47% | - |
| XYZ | 10.78 | 10.85 | 19.3 | - |
| YUV | 92.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 120 | 0.31 | 0.23 | 0 | 0.53 | 225.41 | 0.18 | 0.4 |
| Hex | 53 | 5C | 78 | 1F | 17 | 0 | 35 | E1 | 12 | 28 |
| Octal | 123 | 134 | 170 | 37 | 27 | 0 | 65 | 341 | 22 | 50 |
| Binary | 1010011 | 1011100 | 1111000 | 11111 | 10111 | 0 | 110101 | 11100001 | 10010 | 101000 |
Color Harmonies of #535C78
Complementary color
Monochromatic Colors of #535C78
Black with #535C78
Text Example
Text Example
White with #535C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C78; }
p { color: rgb(83,92,120); }
H1.HeaderClassName
{
color: #535C78;
}
.AnyTagClassName
{
color: #535C78;
}
</style>
background-color css
<style>
a { background-color: #535C78; }
a { background-color: rgb(83,92,120); }
div.DivClassName
{
background-color: #535C78;
}
.BgClassName
{
background-color: #535C78;
}
</style>
border-color css
<style>
span { border-color: #535C78; }
span { border-color: rgb(83,92,120); }
td.TdClassName
{
border-color: #535C78;
}
.TagClassName
{
border-color: #535C78;
}
</style>