Shades of Wedgewood #51677C
Tints of Wedgewood #51677C
RGB
CMYK
RGB Variations
Color information
#51677C (or 0x51677C) is known color: Wedgewood. HEX triplet: 51, 67 and 7C. RGB value is (81,103,124). Sum of RGB (Red+Green+Blue) = 81+103+124=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #51677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51677C is #AE9883. Grayscale: #626262. Windows color (decimal): -11442308 or 8152913. OLE color: 8152913.
HSL color Cylindrical-coordinate representation of color #51677C: hue angle of 209.3º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51677C is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 103 | 124 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.51 |
| HSL | 209.3º | 0.21% | 0.4% | - |
| HSV(B) | 209.3º | 0.35% | 0.49% | - |
| XYZ | 11.88 | 12.91 | 20.93 | - |
| YUV | 98.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 124 | 0.35 | 0.17 | 0 | 0.51 | 209.3 | 0.21 | 0.4 |
| Hex | 51 | 67 | 7C | 23 | 11 | 0 | 33 | D1 | 15 | 28 |
| Octal | 121 | 147 | 174 | 43 | 21 | 0 | 63 | 321 | 25 | 50 |
| Binary | 1010001 | 1100111 | 1111100 | 100011 | 10001 | 0 | 110011 | 11010001 | 10101 | 101000 |
Color Harmonies of #51677C
Complementary color
Monochromatic Colors of #51677C
Black with #51677C
Text Example
Text Example
White with #51677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51677C; }
p { color: rgb(81,103,124); }
H1.HeaderClassName
{
color: #51677C;
}
.AnyTagClassName
{
color: #51677C;
}
</style>
background-color css
<style>
a { background-color: #51677C; }
a { background-color: rgb(81,103,124); }
div.DivClassName
{
background-color: #51677C;
}
.BgClassName
{
background-color: #51677C;
}
</style>
border-color css
<style>
span { border-color: #51677C; }
span { border-color: rgb(81,103,124); }
td.TdClassName
{
border-color: #51677C;
}
.TagClassName
{
border-color: #51677C;
}
</style>