Shades of Wedgewood #53758B
Tints of Wedgewood #53758B
RGB
CMYK
RGB Variations
Color information
#53758B (or 0x53758B) is known color: Wedgewood. HEX triplet: 53, 75 and 8B. RGB value is (83,117,139). Sum of RGB (Red+Green+Blue) = 83+117+139=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #53758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758B is #AC8A74. Grayscale: #6D6D6D. Windows color (decimal): -11307637 or 9139539. OLE color: 9139539.
HSL color Cylindrical-coordinate representation of color #53758B: hue angle of 203.57º 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 #53758B is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 117 | 139 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.45 |
| HSL | 203.57º | 0.25% | 0.44% | - |
| HSV(B) | 203.57º | 0.4% | 0.55% | - |
| XYZ | 14.59 | 16.43 | 26.83 | - |
| YUV | 109.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 139 | 0.40 | 0.16 | 0 | 0.45 | 203.57 | 0.25 | 0.44 |
| Hex | 53 | 75 | 8B | 28 | 10 | 0 | 2D | CC | 19 | 2C |
| Octal | 123 | 165 | 213 | 50 | 20 | 0 | 55 | 314 | 31 | 54 |
| Binary | 1010011 | 1110101 | 10001011 | 101000 | 10000 | 0 | 101101 | 11001100 | 11001 | 101100 |
Color Harmonies of #53758B
Complementary color
Monochromatic Colors of #53758B
Black with #53758B
Text Example
Text Example
White with #53758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53758B; }
p { color: rgb(83,117,139); }
H1.HeaderClassName
{
color: #53758B;
}
.AnyTagClassName
{
color: #53758B;
}
</style>
background-color css
<style>
a { background-color: #53758B; }
a { background-color: rgb(83,117,139); }
div.DivClassName
{
background-color: #53758B;
}
.BgClassName
{
background-color: #53758B;
}
</style>
border-color css
<style>
span { border-color: #53758B; }
span { border-color: rgb(83,117,139); }
td.TdClassName
{
border-color: #53758B;
}
.TagClassName
{
border-color: #53758B;
}
</style>