Shades of Wedgewood #53758C
Tints of Wedgewood #53758C
RGB
CMYK
RGB Variations
Color information
#53758C (or 0x53758C) is known color: Wedgewood. HEX triplet: 53, 75 and 8C. RGB value is (83,117,140). Sum of RGB (Red+Green+Blue) = 83+117+140=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #53758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758C is #AC8A73. Grayscale: #6D6D6D. Windows color (decimal): -11307636 or 9205075. OLE color: 9205075.
HSL color Cylindrical-coordinate representation of color #53758C: hue angle of 204.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53758C is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 117 | 140 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.45 |
| HSL | 204.21º | 0.26% | 0.44% | - |
| HSV(B) | 204.21º | 0.41% | 0.55% | - |
| XYZ | 14.66 | 16.46 | 27.21 | - |
| YUV | 109.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 140 | 0.41 | 0.16 | 0 | 0.45 | 204.21 | 0.26 | 0.44 |
| Hex | 53 | 75 | 8C | 29 | 10 | 0 | 2D | CC | 1A | 2C |
| Octal | 123 | 165 | 214 | 51 | 20 | 0 | 55 | 314 | 32 | 54 |
| Binary | 1010011 | 1110101 | 10001100 | 101001 | 10000 | 0 | 101101 | 11001100 | 11010 | 101100 |
Color Harmonies of #53758C
Complementary color
Monochromatic Colors of #53758C
Black with #53758C
Text Example
Text Example
White with #53758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53758C; }
p { color: rgb(83,117,140); }
H1.HeaderClassName
{
color: #53758C;
}
.AnyTagClassName
{
color: #53758C;
}
</style>
background-color css
<style>
a { background-color: #53758C; }
a { background-color: rgb(83,117,140); }
div.DivClassName
{
background-color: #53758C;
}
.BgClassName
{
background-color: #53758C;
}
</style>
border-color css
<style>
span { border-color: #53758C; }
span { border-color: rgb(83,117,140); }
td.TdClassName
{
border-color: #53758C;
}
.TagClassName
{
border-color: #53758C;
}
</style>