Shades of Wedgewood #5B7080
Tints of Wedgewood #5B7080
RGB
CMYK
RGB Variations
Color information
#5B7080 (or 0x5B7080) is known color: Wedgewood. HEX triplet: 5B, 70 and 80. RGB value is (91,112,128). Sum of RGB (Red+Green+Blue) = 91+112+128=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B7080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7080 is #A48F7F. Grayscale: #6B6B6B. Windows color (decimal): -10784640 or 8417371. OLE color: 8417371.
HSL color Cylindrical-coordinate representation of color #5B7080: hue angle of 205.95º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B7080 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 112 | 128 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.50 |
| HSL | 205.95º | 0.17% | 0.43% | - |
| HSV(B) | 205.95º | 0.29% | 0.5% | - |
| XYZ | 14 | 15.37 | 22.65 | - |
| YUV | 107.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 128 | 0.29 | 0.12 | 0 | 0.50 | 205.95 | 0.17 | 0.43 |
| Hex | 5B | 70 | 80 | 1D | C | 0 | 32 | CE | 11 | 2B |
| Octal | 133 | 160 | 200 | 35 | 14 | 0 | 62 | 316 | 21 | 53 |
| Binary | 1011011 | 1110000 | 10000000 | 11101 | 1100 | 0 | 110010 | 11001110 | 10001 | 101011 |
Color Harmonies of #5B7080
Complementary color
Monochromatic Colors of #5B7080
Black with #5B7080
Text Example
Text Example
White with #5B7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7080; }
p { color: rgb(91,112,128); }
H1.HeaderClassName
{
color: #5B7080;
}
.AnyTagClassName
{
color: #5B7080;
}
</style>
background-color css
<style>
a { background-color: #5B7080; }
a { background-color: rgb(91,112,128); }
div.DivClassName
{
background-color: #5B7080;
}
.BgClassName
{
background-color: #5B7080;
}
</style>
border-color css
<style>
span { border-color: #5B7080; }
span { border-color: rgb(91,112,128); }
td.TdClassName
{
border-color: #5B7080;
}
.TagClassName
{
border-color: #5B7080;
}
</style>