Shades of Wedgewood #5B7082
Tints of Wedgewood #5B7082
RGB
CMYK
RGB Variations
Color information
#5B7082 (or 0x5B7082) is known color: Wedgewood. HEX triplet: 5B, 70 and 82. RGB value is (91,112,130). Sum of RGB (Red+Green+Blue) = 91+112+130=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B7082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7082 is #A48F7D. Grayscale: #6B6B6B. Windows color (decimal): -10784638 or 8548443. OLE color: 8548443.
HSL color Cylindrical-coordinate representation of color #5B7082: hue angle of 207.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7082 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 112 | 130 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.49 |
| HSL | 207.69º | 0.18% | 0.43% | - |
| HSV(B) | 207.69º | 0.3% | 0.51% | - |
| XYZ | 14.14 | 15.42 | 23.35 | - |
| YUV | 107.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 130 | 0.30 | 0.14 | 0 | 0.49 | 207.69 | 0.18 | 0.43 |
| Hex | 5B | 70 | 82 | 1E | E | 0 | 31 | D0 | 12 | 2B |
| Octal | 133 | 160 | 202 | 36 | 16 | 0 | 61 | 320 | 22 | 53 |
| Binary | 1011011 | 1110000 | 10000010 | 11110 | 1110 | 0 | 110001 | 11010000 | 10010 | 101011 |
Color Harmonies of #5B7082
Complementary color
Monochromatic Colors of #5B7082
Black with #5B7082
Text Example
Text Example
White with #5B7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7082; }
p { color: rgb(91,112,130); }
H1.HeaderClassName
{
color: #5B7082;
}
.AnyTagClassName
{
color: #5B7082;
}
</style>
background-color css
<style>
a { background-color: #5B7082; }
a { background-color: rgb(91,112,130); }
div.DivClassName
{
background-color: #5B7082;
}
.BgClassName
{
background-color: #5B7082;
}
</style>
border-color css
<style>
span { border-color: #5B7082; }
span { border-color: rgb(91,112,130); }
td.TdClassName
{
border-color: #5B7082;
}
.TagClassName
{
border-color: #5B7082;
}
</style>