Shades of Wedgewood #54697A
Tints of Wedgewood #54697A
RGB
CMYK
RGB Variations
Color information
#54697A (or 0x54697A) is known color: Wedgewood. HEX triplet: 54, 69 and 7A. RGB value is (84,105,122). Sum of RGB (Red+Green+Blue) = 84+105+122=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #54697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54697A is #AB9685. Grayscale: #646464. Windows color (decimal): -11245190 or 8022356. OLE color: 8022356.
HSL color Cylindrical-coordinate representation of color #54697A: hue angle of 206.84º 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 #54697A is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 105 | 122 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.52 |
| HSL | 206.84º | 0.18% | 0.4% | - |
| HSV(B) | 206.84º | 0.31% | 0.48% | - |
| XYZ | 12.22 | 13.39 | 20.35 | - |
| YUV | 100.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 122 | 0.31 | 0.14 | 0 | 0.52 | 206.84 | 0.18 | 0.4 |
| Hex | 54 | 69 | 7A | 1F | E | 0 | 34 | CF | 12 | 28 |
| Octal | 124 | 151 | 172 | 37 | 16 | 0 | 64 | 317 | 22 | 50 |
| Binary | 1010100 | 1101001 | 1111010 | 11111 | 1110 | 0 | 110100 | 11001111 | 10010 | 101000 |
Color Harmonies of #54697A
Complementary color
Monochromatic Colors of #54697A
Black with #54697A
Text Example
Text Example
White with #54697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54697A; }
p { color: rgb(84,105,122); }
H1.HeaderClassName
{
color: #54697A;
}
.AnyTagClassName
{
color: #54697A;
}
</style>
background-color css
<style>
a { background-color: #54697A; }
a { background-color: rgb(84,105,122); }
div.DivClassName
{
background-color: #54697A;
}
.BgClassName
{
background-color: #54697A;
}
</style>
border-color css
<style>
span { border-color: #54697A; }
span { border-color: rgb(84,105,122); }
td.TdClassName
{
border-color: #54697A;
}
.TagClassName
{
border-color: #54697A;
}
</style>