Shades of Chambray #505882
Tints of Chambray #505882
RGB
CMYK
RGB Variations
Color information
#505882 (or 0x505882) is known color: Chambray. HEX triplet: 50, 58 and 82. RGB value is (80,88,130). Sum of RGB (Red+Green+Blue) = 80+88+130=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #505882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505882 is #AFA77D. Grayscale: #5A5A5A. Windows color (decimal): -11511678 or 8542288. OLE color: 8542288.
HSL color Cylindrical-coordinate representation of color #505882: hue angle of 230.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505882 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 88 | 130 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.49 |
| HSL | 230.4º | 0.24% | 0.41% | - |
| HSV(B) | 230.4º | 0.38% | 0.51% | - |
| XYZ | 10.83 | 10.3 | 22.54 | - |
| YUV | 90.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 130 | 0.38 | 0.32 | 0 | 0.49 | 230.4 | 0.24 | 0.41 |
| Hex | 50 | 58 | 82 | 26 | 20 | 0 | 31 | E6 | 18 | 29 |
| Octal | 120 | 130 | 202 | 46 | 40 | 0 | 61 | 346 | 30 | 51 |
| Binary | 1010000 | 1011000 | 10000010 | 100110 | 100000 | 0 | 110001 | 11100110 | 11000 | 101001 |
Color Harmonies of #505882
Complementary color
Monochromatic Colors of #505882
Black with #505882
Text Example
Text Example
White with #505882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505882; }
p { color: rgb(80,88,130); }
H1.HeaderClassName
{
color: #505882;
}
.AnyTagClassName
{
color: #505882;
}
</style>
background-color css
<style>
a { background-color: #505882; }
a { background-color: rgb(80,88,130); }
div.DivClassName
{
background-color: #505882;
}
.BgClassName
{
background-color: #505882;
}
</style>
border-color css
<style>
span { border-color: #505882; }
span { border-color: rgb(80,88,130); }
td.TdClassName
{
border-color: #505882;
}
.TagClassName
{
border-color: #505882;
}
</style>