Shades of Chambray #505C78
Tints of Chambray #505C78
RGB
CMYK
RGB Variations
Color information
#505C78 (or 0x505C78) is known color: Chambray. HEX triplet: 50, 5C and 78. RGB value is (80,92,120). Sum of RGB (Red+Green+Blue) = 80+92+120=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #505C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C78 is #AFA387. Grayscale: #5B5B5B. Windows color (decimal): -11510664 or 7887952. OLE color: 7887952.
HSL color Cylindrical-coordinate representation of color #505C78: hue angle of 222º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505C78 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 92 | 120 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.53 |
| HSL | 222º | 0.2% | 0.39% | - |
| HSV(B) | 222º | 0.33% | 0.47% | - |
| XYZ | 10.53 | 10.72 | 19.28 | - |
| YUV | 91.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 120 | 0.33 | 0.23 | 0 | 0.53 | 222 | 0.2 | 0.39 |
| Hex | 50 | 5C | 78 | 21 | 17 | 0 | 35 | DE | 14 | 27 |
| Octal | 120 | 134 | 170 | 41 | 27 | 0 | 65 | 336 | 24 | 47 |
| Binary | 1010000 | 1011100 | 1111000 | 100001 | 10111 | 0 | 110101 | 11011110 | 10100 | 100111 |
Color Harmonies of #505C78
Complementary color
Monochromatic Colors of #505C78
Black with #505C78
Text Example
Text Example
White with #505C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C78; }
p { color: rgb(80,92,120); }
H1.HeaderClassName
{
color: #505C78;
}
.AnyTagClassName
{
color: #505C78;
}
</style>
background-color css
<style>
a { background-color: #505C78; }
a { background-color: rgb(80,92,120); }
div.DivClassName
{
background-color: #505C78;
}
.BgClassName
{
background-color: #505C78;
}
</style>
border-color css
<style>
span { border-color: #505C78; }
span { border-color: rgb(80,92,120); }
td.TdClassName
{
border-color: #505C78;
}
.TagClassName
{
border-color: #505C78;
}
</style>