Shades of Wedgewood #54748A
Tints of Wedgewood #54748A
RGB
CMYK
RGB Variations
Color information
#54748A (or 0x54748A) is known color: Wedgewood. HEX triplet: 54, 74 and 8A. RGB value is (84,116,138). Sum of RGB (Red+Green+Blue) = 84+116+138=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #54748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748A is #AB8B75. Grayscale: #6C6C6C. Windows color (decimal): -11242358 or 9073748. OLE color: 9073748.
HSL color Cylindrical-coordinate representation of color #54748A: hue angle of 204.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54748A is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 116 | 138 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.46 |
| HSL | 204.44º | 0.24% | 0.44% | - |
| HSV(B) | 204.44º | 0.39% | 0.54% | - |
| XYZ | 14.49 | 16.21 | 26.41 | - |
| YUV | 108.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 138 | 0.39 | 0.16 | 0 | 0.46 | 204.44 | 0.24 | 0.44 |
| Hex | 54 | 74 | 8A | 27 | 10 | 0 | 2E | CC | 18 | 2C |
| Octal | 124 | 164 | 212 | 47 | 20 | 0 | 56 | 314 | 30 | 54 |
| Binary | 1010100 | 1110100 | 10001010 | 100111 | 10000 | 0 | 101110 | 11001100 | 11000 | 101100 |
Color Harmonies of #54748A
Complementary color
Monochromatic Colors of #54748A
Black with #54748A
Text Example
Text Example
White with #54748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54748A; }
p { color: rgb(84,116,138); }
H1.HeaderClassName
{
color: #54748A;
}
.AnyTagClassName
{
color: #54748A;
}
</style>
background-color css
<style>
a { background-color: #54748A; }
a { background-color: rgb(84,116,138); }
div.DivClassName
{
background-color: #54748A;
}
.BgClassName
{
background-color: #54748A;
}
</style>
border-color css
<style>
span { border-color: #54748A; }
span { border-color: rgb(84,116,138); }
td.TdClassName
{
border-color: #54748A;
}
.TagClassName
{
border-color: #54748A;
}
</style>