Shades of Wedgewood #50758B
Tints of Wedgewood #50758B
RGB
CMYK
RGB Variations
Color information
#50758B (or 0x50758B) is known color: Wedgewood. HEX triplet: 50, 75 and 8B. RGB value is (80,117,139). Sum of RGB (Red+Green+Blue) = 80+117+139=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #50758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758B is #AF8A74. Grayscale: #6C6C6C. Windows color (decimal): -11504245 or 9139536. OLE color: 9139536.
HSL color Cylindrical-coordinate representation of color #50758B: hue angle of 202.37º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50758B is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 117 | 139 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.45 |
| HSL | 202.37º | 0.27% | 0.43% | - |
| HSV(B) | 202.37º | 0.42% | 0.55% | - |
| XYZ | 14.33 | 16.29 | 26.82 | - |
| YUV | 108.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 139 | 0.42 | 0.16 | 0 | 0.45 | 202.37 | 0.27 | 0.43 |
| Hex | 50 | 75 | 8B | 2A | 10 | 0 | 2D | CA | 1B | 2B |
| Octal | 120 | 165 | 213 | 52 | 20 | 0 | 55 | 312 | 33 | 53 |
| Binary | 1010000 | 1110101 | 10001011 | 101010 | 10000 | 0 | 101101 | 11001010 | 11011 | 101011 |
Color Harmonies of #50758B
Complementary color
Monochromatic Colors of #50758B
Black with #50758B
Text Example
Text Example
White with #50758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50758B; }
p { color: rgb(80,117,139); }
H1.HeaderClassName
{
color: #50758B;
}
.AnyTagClassName
{
color: #50758B;
}
</style>
background-color css
<style>
a { background-color: #50758B; }
a { background-color: rgb(80,117,139); }
div.DivClassName
{
background-color: #50758B;
}
.BgClassName
{
background-color: #50758B;
}
</style>
border-color css
<style>
span { border-color: #50758B; }
span { border-color: rgb(80,117,139); }
td.TdClassName
{
border-color: #50758B;
}
.TagClassName
{
border-color: #50758B;
}
</style>