Shades of Wedgewood #53778F
Tints of Wedgewood #53778F
RGB
CMYK
RGB Variations
Color information
#53778F (or 0x53778F) is known color: Wedgewood. HEX triplet: 53, 77 and 8F. RGB value is (83,119,143). Sum of RGB (Red+Green+Blue) = 83+119+143=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #53778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778F is #AC8870. Grayscale: #6E6E6E. Windows color (decimal): -11307121 or 9402195. OLE color: 9402195.
HSL color Cylindrical-coordinate representation of color #53778F: hue angle of 204º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53778F is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 119 | 143 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.44 |
| HSL | 204º | 0.27% | 0.44% | - |
| HSV(B) | 204º | 0.42% | 0.56% | - |
| XYZ | 15.12 | 17.02 | 28.47 | - |
| YUV | 110.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 143 | 0.42 | 0.17 | 0 | 0.44 | 204 | 0.27 | 0.44 |
| Hex | 53 | 77 | 8F | 2A | 11 | 0 | 2C | CC | 1B | 2C |
| Octal | 123 | 167 | 217 | 52 | 21 | 0 | 54 | 314 | 33 | 54 |
| Binary | 1010011 | 1110111 | 10001111 | 101010 | 10001 | 0 | 101100 | 11001100 | 11011 | 101100 |
Color Harmonies of #53778F
Complementary color
Monochromatic Colors of #53778F
Black with #53778F
Text Example
Text Example
White with #53778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53778F; }
p { color: rgb(83,119,143); }
H1.HeaderClassName
{
color: #53778F;
}
.AnyTagClassName
{
color: #53778F;
}
</style>
background-color css
<style>
a { background-color: #53778F; }
a { background-color: rgb(83,119,143); }
div.DivClassName
{
background-color: #53778F;
}
.BgClassName
{
background-color: #53778F;
}
</style>
border-color css
<style>
span { border-color: #53778F; }
span { border-color: rgb(83,119,143); }
td.TdClassName
{
border-color: #53778F;
}
.TagClassName
{
border-color: #53778F;
}
</style>