Shades of Wedgewood #54687B
Tints of Wedgewood #54687B
RGB
CMYK
RGB Variations
Color information
#54687B (or 0x54687B) is known color: Wedgewood. HEX triplet: 54, 68 and 7B. RGB value is (84,104,123). Sum of RGB (Red+Green+Blue) = 84+104+123=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #54687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54687B is #AB9784. Grayscale: #646464. Windows color (decimal): -11245445 or 8087636. OLE color: 8087636.
HSL color Cylindrical-coordinate representation of color #54687B: hue angle of 209.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54687B is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 104 | 123 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.52 |
| HSL | 209.23º | 0.19% | 0.41% | - |
| HSV(B) | 209.23º | 0.32% | 0.48% | - |
| XYZ | 12.18 | 13.22 | 20.65 | - |
| YUV | 100.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 123 | 0.32 | 0.15 | 0 | 0.52 | 209.23 | 0.19 | 0.41 |
| Hex | 54 | 68 | 7B | 20 | F | 0 | 34 | D1 | 13 | 29 |
| Octal | 124 | 150 | 173 | 40 | 17 | 0 | 64 | 321 | 23 | 51 |
| Binary | 1010100 | 1101000 | 1111011 | 100000 | 1111 | 0 | 110100 | 11010001 | 10011 | 101001 |
Color Harmonies of #54687B
Complementary color
Monochromatic Colors of #54687B
Black with #54687B
Text Example
Text Example
White with #54687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54687B; }
p { color: rgb(84,104,123); }
H1.HeaderClassName
{
color: #54687B;
}
.AnyTagClassName
{
color: #54687B;
}
</style>
background-color css
<style>
a { background-color: #54687B; }
a { background-color: rgb(84,104,123); }
div.DivClassName
{
background-color: #54687B;
}
.BgClassName
{
background-color: #54687B;
}
</style>
border-color css
<style>
span { border-color: #54687B; }
span { border-color: rgb(84,104,123); }
td.TdClassName
{
border-color: #54687B;
}
.TagClassName
{
border-color: #54687B;
}
</style>