Shades of Wedgewood #54677A
Tints of Wedgewood #54677A
RGB
CMYK
RGB Variations
Color information
#54677A (or 0x54677A) is known color: Wedgewood. HEX triplet: 54, 67 and 7A. RGB value is (84,103,122). Sum of RGB (Red+Green+Blue) = 84+103+122=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #54677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677A is #AB9885. Grayscale: #636363. Windows color (decimal): -11245702 or 8021844. OLE color: 8021844.
HSL color Cylindrical-coordinate representation of color #54677A: hue angle of 210º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54677A is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 103 | 122 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.52 |
| HSL | 210º | 0.18% | 0.4% | - |
| HSV(B) | 210º | 0.31% | 0.48% | - |
| XYZ | 12.02 | 12.99 | 20.29 | - |
| YUV | 99.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 122 | 0.31 | 0.16 | 0 | 0.52 | 210 | 0.18 | 0.4 |
| Hex | 54 | 67 | 7A | 1F | 10 | 0 | 34 | D2 | 12 | 28 |
| Octal | 124 | 147 | 172 | 37 | 20 | 0 | 64 | 322 | 22 | 50 |
| Binary | 1010100 | 1100111 | 1111010 | 11111 | 10000 | 0 | 110100 | 11010010 | 10010 | 101000 |
Color Harmonies of #54677A
Complementary color
Monochromatic Colors of #54677A
Black with #54677A
Text Example
Text Example
White with #54677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54677A; }
p { color: rgb(84,103,122); }
H1.HeaderClassName
{
color: #54677A;
}
.AnyTagClassName
{
color: #54677A;
}
</style>
background-color css
<style>
a { background-color: #54677A; }
a { background-color: rgb(84,103,122); }
div.DivClassName
{
background-color: #54677A;
}
.BgClassName
{
background-color: #54677A;
}
</style>
border-color css
<style>
span { border-color: #54677A; }
span { border-color: rgb(84,103,122); }
td.TdClassName
{
border-color: #54677A;
}
.TagClassName
{
border-color: #54677A;
}
</style>