Shades of Wedgewood #53758A
Tints of Wedgewood #53758A
RGB
CMYK
RGB Variations
Color information
#53758A (or 0x53758A) is known color: Wedgewood. HEX triplet: 53, 75 and 8A. RGB value is (83,117,138). Sum of RGB (Red+Green+Blue) = 83+117+138=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #53758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758A is #AC8A75. Grayscale: #6D6D6D. Windows color (decimal): -11307638 or 9074003. OLE color: 9074003.
HSL color Cylindrical-coordinate representation of color #53758A: hue angle of 202.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53758A is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 117 | 138 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.46 |
| HSL | 202.91º | 0.25% | 0.43% | - |
| HSV(B) | 202.91º | 0.4% | 0.54% | - |
| XYZ | 14.52 | 16.4 | 26.44 | - |
| YUV | 109.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 138 | 0.40 | 0.15 | 0 | 0.46 | 202.91 | 0.25 | 0.43 |
| Hex | 53 | 75 | 8A | 28 | F | 0 | 2E | CB | 19 | 2B |
| Octal | 123 | 165 | 212 | 50 | 17 | 0 | 56 | 313 | 31 | 53 |
| Binary | 1010011 | 1110101 | 10001010 | 101000 | 1111 | 0 | 101110 | 11001011 | 11001 | 101011 |
Color Harmonies of #53758A
Complementary color
Monochromatic Colors of #53758A
Black with #53758A
Text Example
Text Example
White with #53758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53758A; }
p { color: rgb(83,117,138); }
H1.HeaderClassName
{
color: #53758A;
}
.AnyTagClassName
{
color: #53758A;
}
</style>
background-color css
<style>
a { background-color: #53758A; }
a { background-color: rgb(83,117,138); }
div.DivClassName
{
background-color: #53758A;
}
.BgClassName
{
background-color: #53758A;
}
</style>
border-color css
<style>
span { border-color: #53758A; }
span { border-color: rgb(83,117,138); }
td.TdClassName
{
border-color: #53758A;
}
.TagClassName
{
border-color: #53758A;
}
</style>