Shades of Wedgewood #5A7083
Tints of Wedgewood #5A7083
RGB
CMYK
RGB Variations
Color information
#5A7083 (or 0x5A7083) is known color: Wedgewood. HEX triplet: 5A, 70 and 83. RGB value is (90,112,131). Sum of RGB (Red+Green+Blue) = 90+112+131=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A7083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7083 is #A58F7C. Grayscale: #6B6B6B. Windows color (decimal): -10850173 or 8613978. OLE color: 8613978.
HSL color Cylindrical-coordinate representation of color #5A7083: hue angle of 207.8º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7083 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 112 | 131 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.49 |
| HSL | 207.8º | 0.19% | 0.43% | - |
| HSV(B) | 207.8º | 0.31% | 0.51% | - |
| XYZ | 14.11 | 15.4 | 23.7 | - |
| YUV | 107.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 131 | 0.31 | 0.15 | 0 | 0.49 | 207.8 | 0.19 | 0.43 |
| Hex | 5A | 70 | 83 | 1F | F | 0 | 31 | D0 | 13 | 2B |
| Octal | 132 | 160 | 203 | 37 | 17 | 0 | 61 | 320 | 23 | 53 |
| Binary | 1011010 | 1110000 | 10000011 | 11111 | 1111 | 0 | 110001 | 11010000 | 10011 | 101011 |
Color Harmonies of #5A7083
Complementary color
Monochromatic Colors of #5A7083
Black with #5A7083
Text Example
Text Example
White with #5A7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7083; }
p { color: rgb(90,112,131); }
H1.HeaderClassName
{
color: #5A7083;
}
.AnyTagClassName
{
color: #5A7083;
}
</style>
background-color css
<style>
a { background-color: #5A7083; }
a { background-color: rgb(90,112,131); }
div.DivClassName
{
background-color: #5A7083;
}
.BgClassName
{
background-color: #5A7083;
}
</style>
border-color css
<style>
span { border-color: #5A7083; }
span { border-color: rgb(90,112,131); }
td.TdClassName
{
border-color: #5A7083;
}
.TagClassName
{
border-color: #5A7083;
}
</style>