Shades of Wedgewood #54657B
Tints of Wedgewood #54657B
RGB
CMYK
RGB Variations
Color information
#54657B (or 0x54657B) is known color: Wedgewood. HEX triplet: 54, 65 and 7B. RGB value is (84,101,123). Sum of RGB (Red+Green+Blue) = 84+101+123=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #54657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54657B is #AB9A84. Grayscale: #626262. Windows color (decimal): -11246213 or 8086868. OLE color: 8086868.
HSL color Cylindrical-coordinate representation of color #54657B: hue angle of 213.85º 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 #54657B is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 101 | 123 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.52 |
| HSL | 213.85º | 0.19% | 0.41% | - |
| HSV(B) | 213.85º | 0.32% | 0.48% | - |
| XYZ | 11.88 | 12.62 | 20.55 | - |
| YUV | 98.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 123 | 0.32 | 0.18 | 0 | 0.52 | 213.85 | 0.19 | 0.41 |
| Hex | 54 | 65 | 7B | 20 | 12 | 0 | 34 | D6 | 13 | 29 |
| Octal | 124 | 145 | 173 | 40 | 22 | 0 | 64 | 326 | 23 | 51 |
| Binary | 1010100 | 1100101 | 1111011 | 100000 | 10010 | 0 | 110100 | 11010110 | 10011 | 101001 |
Color Harmonies of #54657B
Complementary color
Monochromatic Colors of #54657B
Black with #54657B
Text Example
Text Example
White with #54657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54657B; }
p { color: rgb(84,101,123); }
H1.HeaderClassName
{
color: #54657B;
}
.AnyTagClassName
{
color: #54657B;
}
</style>
background-color css
<style>
a { background-color: #54657B; }
a { background-color: rgb(84,101,123); }
div.DivClassName
{
background-color: #54657B;
}
.BgClassName
{
background-color: #54657B;
}
</style>
border-color css
<style>
span { border-color: #54657B; }
span { border-color: rgb(84,101,123); }
td.TdClassName
{
border-color: #54657B;
}
.TagClassName
{
border-color: #54657B;
}
</style>