Shades of Chambray #505C84
Tints of Chambray #505C84
RGB
CMYK
RGB Variations
Color information
#505C84 (or 0x505C84) is known color: Chambray. HEX triplet: 50, 5C and 84. RGB value is (80,92,132). Sum of RGB (Red+Green+Blue) = 80+92+132=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #505C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C84 is #AFA37B. Grayscale: #5C5C5C. Windows color (decimal): -11510652 or 8674384. OLE color: 8674384.
HSL color Cylindrical-coordinate representation of color #505C84: hue angle of 226.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505C84 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 92 | 132 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.48 |
| HSL | 226.15º | 0.25% | 0.42% | - |
| HSV(B) | 226.15º | 0.39% | 0.52% | - |
| XYZ | 11.3 | 11.03 | 23.36 | - |
| YUV | 92.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 132 | 0.39 | 0.30 | 0 | 0.48 | 226.15 | 0.25 | 0.42 |
| Hex | 50 | 5C | 84 | 27 | 1E | 0 | 30 | E2 | 19 | 2A |
| Octal | 120 | 134 | 204 | 47 | 36 | 0 | 60 | 342 | 31 | 52 |
| Binary | 1010000 | 1011100 | 10000100 | 100111 | 11110 | 0 | 110000 | 11100010 | 11001 | 101010 |
Color Harmonies of #505C84
Complementary color
Monochromatic Colors of #505C84
Black with #505C84
Text Example
Text Example
White with #505C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C84; }
p { color: rgb(80,92,132); }
H1.HeaderClassName
{
color: #505C84;
}
.AnyTagClassName
{
color: #505C84;
}
</style>
background-color css
<style>
a { background-color: #505C84; }
a { background-color: rgb(80,92,132); }
div.DivClassName
{
background-color: #505C84;
}
.BgClassName
{
background-color: #505C84;
}
</style>
border-color css
<style>
span { border-color: #505C84; }
span { border-color: rgb(80,92,132); }
td.TdClassName
{
border-color: #505C84;
}
.TagClassName
{
border-color: #505C84;
}
</style>