Shades of Wedgewood #506C84
Tints of Wedgewood #506C84
RGB
CMYK
RGB Variations
Color information
#506C84 (or 0x506C84) is known color: Wedgewood. HEX triplet: 50, 6C and 84. RGB value is (80,108,132). Sum of RGB (Red+Green+Blue) = 80+108+132=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #506C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506C84 is #AF937B. Grayscale: #666666. Windows color (decimal): -11506556 or 8678480. OLE color: 8678480.
HSL color Cylindrical-coordinate representation of color #506C84: hue angle of 207.69º 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 #506C84 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 108 | 132 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.48 |
| HSL | 207.69º | 0.25% | 0.42% | - |
| HSV(B) | 207.69º | 0.39% | 0.52% | - |
| XYZ | 12.84 | 14.1 | 23.87 | - |
| YUV | 102.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 132 | 0.39 | 0.18 | 0 | 0.48 | 207.69 | 0.25 | 0.42 |
| Hex | 50 | 6C | 84 | 27 | 12 | 0 | 30 | D0 | 19 | 2A |
| Octal | 120 | 154 | 204 | 47 | 22 | 0 | 60 | 320 | 31 | 52 |
| Binary | 1010000 | 1101100 | 10000100 | 100111 | 10010 | 0 | 110000 | 11010000 | 11001 | 101010 |
Color Harmonies of #506C84
Complementary color
Monochromatic Colors of #506C84
Black with #506C84
Text Example
Text Example
White with #506C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C84; }
p { color: rgb(80,108,132); }
H1.HeaderClassName
{
color: #506C84;
}
.AnyTagClassName
{
color: #506C84;
}
</style>
background-color css
<style>
a { background-color: #506C84; }
a { background-color: rgb(80,108,132); }
div.DivClassName
{
background-color: #506C84;
}
.BgClassName
{
background-color: #506C84;
}
</style>
border-color css
<style>
span { border-color: #506C84; }
span { border-color: rgb(80,108,132); }
td.TdClassName
{
border-color: #506C84;
}
.TagClassName
{
border-color: #506C84;
}
</style>