Shades of Wedgewood #506985
Tints of Wedgewood #506985
RGB
CMYK
RGB Variations
Color information
#506985 (or 0x506985) is known color: Wedgewood. HEX triplet: 50, 69 and 85. RGB value is (80,105,133). Sum of RGB (Red+Green+Blue) = 80+105+133=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #506985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506985 is #AF967A. Grayscale: #646464. Windows color (decimal): -11507323 or 8743248. OLE color: 8743248.
HSL color Cylindrical-coordinate representation of color #506985: hue angle of 211.7º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506985 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 105 | 133 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.48 |
| HSL | 211.7º | 0.25% | 0.42% | - |
| HSV(B) | 211.7º | 0.4% | 0.52% | - |
| XYZ | 12.59 | 13.5 | 24.13 | - |
| YUV | 100.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 133 | 0.40 | 0.21 | 0 | 0.48 | 211.7 | 0.25 | 0.42 |
| Hex | 50 | 69 | 85 | 28 | 15 | 0 | 30 | D4 | 19 | 2A |
| Octal | 120 | 151 | 205 | 50 | 25 | 0 | 60 | 324 | 31 | 52 |
| Binary | 1010000 | 1101001 | 10000101 | 101000 | 10101 | 0 | 110000 | 11010100 | 11001 | 101010 |
Color Harmonies of #506985
Complementary color
Monochromatic Colors of #506985
Black with #506985
Text Example
Text Example
White with #506985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506985; }
p { color: rgb(80,105,133); }
H1.HeaderClassName
{
color: #506985;
}
.AnyTagClassName
{
color: #506985;
}
</style>
background-color css
<style>
a { background-color: #506985; }
a { background-color: rgb(80,105,133); }
div.DivClassName
{
background-color: #506985;
}
.BgClassName
{
background-color: #506985;
}
</style>
border-color css
<style>
span { border-color: #506985; }
span { border-color: rgb(80,105,133); }
td.TdClassName
{
border-color: #506985;
}
.TagClassName
{
border-color: #506985;
}
</style>