Shades of Wedgewood #506381
Tints of Wedgewood #506381
RGB
CMYK
RGB Variations
Color information
#506381 (or 0x506381) is known color: Wedgewood. HEX triplet: 50, 63 and 81. RGB value is (80,99,129). Sum of RGB (Red+Green+Blue) = 80+99+129=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #506381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506381 is #AF9C7E. Grayscale: #606060. Windows color (decimal): -11508863 or 8479568. OLE color: 8479568.
HSL color Cylindrical-coordinate representation of color #506381: hue angle of 216.73º degrees, saturation: 0.23, 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 #506381 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 99 | 129 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.49 |
| HSL | 216.73º | 0.23% | 0.41% | - |
| HSV(B) | 216.73º | 0.38% | 0.51% | - |
| XYZ | 11.73 | 12.21 | 22.51 | - |
| YUV | 96.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 129 | 0.38 | 0.23 | 0 | 0.49 | 216.73 | 0.23 | 0.41 |
| Hex | 50 | 63 | 81 | 26 | 17 | 0 | 31 | D9 | 17 | 29 |
| Octal | 120 | 143 | 201 | 46 | 27 | 0 | 61 | 331 | 27 | 51 |
| Binary | 1010000 | 1100011 | 10000001 | 100110 | 10111 | 0 | 110001 | 11011001 | 10111 | 101001 |
Color Harmonies of #506381
Complementary color
Monochromatic Colors of #506381
Black with #506381
Text Example
Text Example
White with #506381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506381; }
p { color: rgb(80,99,129); }
H1.HeaderClassName
{
color: #506381;
}
.AnyTagClassName
{
color: #506381;
}
</style>
background-color css
<style>
a { background-color: #506381; }
a { background-color: rgb(80,99,129); }
div.DivClassName
{
background-color: #506381;
}
.BgClassName
{
background-color: #506381;
}
</style>
border-color css
<style>
span { border-color: #506381; }
span { border-color: rgb(80,99,129); }
td.TdClassName
{
border-color: #506381;
}
.TagClassName
{
border-color: #506381;
}
</style>