Shades of Wedgewood #53677C
Tints of Wedgewood #53677C
RGB
CMYK
RGB Variations
Color information
#53677C (or 0x53677C) is known color: Wedgewood. HEX triplet: 53, 67 and 7C. RGB value is (83,103,124). Sum of RGB (Red+Green+Blue) = 83+103+124=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #53677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53677C is #AC9883. Grayscale: #636363. Windows color (decimal): -11311236 or 8152915. OLE color: 8152915.
HSL color Cylindrical-coordinate representation of color #53677C: hue angle of 210.73º 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 #53677C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 103 | 124 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.51 |
| HSL | 210.73º | 0.2% | 0.41% | - |
| HSV(B) | 210.73º | 0.33% | 0.49% | - |
| XYZ | 12.06 | 12.99 | 20.94 | - |
| YUV | 99.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 124 | 0.33 | 0.17 | 0 | 0.51 | 210.73 | 0.2 | 0.41 |
| Hex | 53 | 67 | 7C | 21 | 11 | 0 | 33 | D3 | 14 | 29 |
| Octal | 123 | 147 | 174 | 41 | 21 | 0 | 63 | 323 | 24 | 51 |
| Binary | 1010011 | 1100111 | 1111100 | 100001 | 10001 | 0 | 110011 | 11010011 | 10100 | 101001 |
Color Harmonies of #53677C
Complementary color
Monochromatic Colors of #53677C
Black with #53677C
Text Example
Text Example
White with #53677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53677C; }
p { color: rgb(83,103,124); }
H1.HeaderClassName
{
color: #53677C;
}
.AnyTagClassName
{
color: #53677C;
}
</style>
background-color css
<style>
a { background-color: #53677C; }
a { background-color: rgb(83,103,124); }
div.DivClassName
{
background-color: #53677C;
}
.BgClassName
{
background-color: #53677C;
}
</style>
border-color css
<style>
span { border-color: #53677C; }
span { border-color: rgb(83,103,124); }
td.TdClassName
{
border-color: #53677C;
}
.TagClassName
{
border-color: #53677C;
}
</style>