Shades of Wedgewood #53768B
Tints of Wedgewood #53768B
RGB
CMYK
RGB Variations
Color information
#53768B (or 0x53768B) is known color: Wedgewood. HEX triplet: 53, 76 and 8B. RGB value is (83,118,139). Sum of RGB (Red+Green+Blue) = 83+118+139=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #53768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53768B is #AC8974. Grayscale: #6D6D6D. Windows color (decimal): -11307381 or 9139795. OLE color: 9139795.
HSL color Cylindrical-coordinate representation of color #53768B: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53768B is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 118 | 139 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.45 |
| HSL | 202.5º | 0.25% | 0.44% | - |
| HSV(B) | 202.5º | 0.4% | 0.55% | - |
| XYZ | 14.71 | 16.66 | 26.87 | - |
| YUV | 109.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 139 | 0.40 | 0.15 | 0 | 0.45 | 202.5 | 0.25 | 0.44 |
| Hex | 53 | 76 | 8B | 28 | F | 0 | 2D | CA | 19 | 2C |
| Octal | 123 | 166 | 213 | 50 | 17 | 0 | 55 | 312 | 31 | 54 |
| Binary | 1010011 | 1110110 | 10001011 | 101000 | 1111 | 0 | 101101 | 11001010 | 11001 | 101100 |
Color Harmonies of #53768B
Complementary color
Monochromatic Colors of #53768B
Black with #53768B
Text Example
Text Example
White with #53768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53768B; }
p { color: rgb(83,118,139); }
H1.HeaderClassName
{
color: #53768B;
}
.AnyTagClassName
{
color: #53768B;
}
</style>
background-color css
<style>
a { background-color: #53768B; }
a { background-color: rgb(83,118,139); }
div.DivClassName
{
background-color: #53768B;
}
.BgClassName
{
background-color: #53768B;
}
</style>
border-color css
<style>
span { border-color: #53768B; }
span { border-color: rgb(83,118,139); }
td.TdClassName
{
border-color: #53768B;
}
.TagClassName
{
border-color: #53768B;
}
</style>