Shades of Wedgewood #54647D
Tints of Wedgewood #54647D
RGB
CMYK
RGB Variations
Color information
#54647D (or 0x54647D) is known color: Wedgewood. HEX triplet: 54, 64 and 7D. RGB value is (84,100,125). Sum of RGB (Red+Green+Blue) = 84+100+125=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #54647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54647D is #AB9B82. Grayscale: #616161. Windows color (decimal): -11246467 or 8217684. OLE color: 8217684.
HSL color Cylindrical-coordinate representation of color #54647D: hue angle of 216.59º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54647D is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 100 | 125 | - |
| CMYK | 0.33 | 0.2 | 0 | 0.51 |
| HSL | 216.59º | 0.2% | 0.41% | - |
| HSV(B) | 216.59º | 0.33% | 0.49% | - |
| XYZ | 11.92 | 12.48 | 21.18 | - |
| YUV | 98.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 125 | 0.33 | 0.2 | 0 | 0.51 | 216.59 | 0.2 | 0.41 |
| Hex | 54 | 64 | 7D | 21 | 14 | 0 | 33 | D9 | 14 | 29 |
| Octal | 124 | 144 | 175 | 41 | 24 | 0 | 63 | 331 | 24 | 51 |
| Binary | 1010100 | 1100100 | 1111101 | 100001 | 10100 | 0 | 110011 | 11011001 | 10100 | 101001 |
Color Harmonies of #54647D
Complementary color
Monochromatic Colors of #54647D
Black with #54647D
Text Example
Text Example
White with #54647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54647D; }
p { color: rgb(84,100,125); }
H1.HeaderClassName
{
color: #54647D;
}
.AnyTagClassName
{
color: #54647D;
}
</style>
background-color css
<style>
a { background-color: #54647D; }
a { background-color: rgb(84,100,125); }
div.DivClassName
{
background-color: #54647D;
}
.BgClassName
{
background-color: #54647D;
}
</style>
border-color css
<style>
span { border-color: #54647D; }
span { border-color: rgb(84,100,125); }
td.TdClassName
{
border-color: #54647D;
}
.TagClassName
{
border-color: #54647D;
}
</style>