Shades of Wedgewood #56758B
Tints of Wedgewood #56758B
RGB
CMYK
RGB Variations
Color information
#56758B (or 0x56758B) is known color: Wedgewood. HEX triplet: 56, 75 and 8B. RGB value is (86,117,139). Sum of RGB (Red+Green+Blue) = 86+117+139=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #56758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56758B is #A98A74. Grayscale: #6E6E6E. Windows color (decimal): -11111029 or 9139542. OLE color: 9139542.
HSL color Cylindrical-coordinate representation of color #56758B: hue angle of 204.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56758B is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 117 | 139 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.45 |
| HSL | 204.91º | 0.24% | 0.44% | - |
| HSV(B) | 204.91º | 0.38% | 0.55% | - |
| XYZ | 14.86 | 16.57 | 26.84 | - |
| YUV | 110.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 139 | 0.38 | 0.16 | 0 | 0.45 | 204.91 | 0.24 | 0.44 |
| Hex | 56 | 75 | 8B | 26 | 10 | 0 | 2D | CD | 18 | 2C |
| Octal | 126 | 165 | 213 | 46 | 20 | 0 | 55 | 315 | 30 | 54 |
| Binary | 1010110 | 1110101 | 10001011 | 100110 | 10000 | 0 | 101101 | 11001101 | 11000 | 101100 |
Color Harmonies of #56758B
Complementary color
Monochromatic Colors of #56758B
Black with #56758B
Text Example
Text Example
White with #56758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56758B; }
p { color: rgb(86,117,139); }
H1.HeaderClassName
{
color: #56758B;
}
.AnyTagClassName
{
color: #56758B;
}
</style>
background-color css
<style>
a { background-color: #56758B; }
a { background-color: rgb(86,117,139); }
div.DivClassName
{
background-color: #56758B;
}
.BgClassName
{
background-color: #56758B;
}
</style>
border-color css
<style>
span { border-color: #56758B; }
span { border-color: rgb(86,117,139); }
td.TdClassName
{
border-color: #56758B;
}
.TagClassName
{
border-color: #56758B;
}
</style>