Shades of Wedgewood #536C7D
Tints of Wedgewood #536C7D
RGB
CMYK
RGB Variations
Color information
#536C7D (or 0x536C7D) is known color: Wedgewood. HEX triplet: 53, 6C and 7D. RGB value is (83,108,125). Sum of RGB (Red+Green+Blue) = 83+108+125=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #536C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C7D is #AC9382. Grayscale: #666666. Windows color (decimal): -11309955 or 8219731. OLE color: 8219731.
HSL color Cylindrical-coordinate representation of color #536C7D: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536C7D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 108 | 125 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.51 |
| HSL | 204.29º | 0.2% | 0.41% | - |
| HSV(B) | 204.29º | 0.34% | 0.49% | - |
| XYZ | 12.63 | 14.04 | 21.45 | - |
| YUV | 102.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 125 | 0.34 | 0.14 | 0 | 0.51 | 204.29 | 0.2 | 0.41 |
| Hex | 53 | 6C | 7D | 22 | E | 0 | 33 | CC | 14 | 29 |
| Octal | 123 | 154 | 175 | 42 | 16 | 0 | 63 | 314 | 24 | 51 |
| Binary | 1010011 | 1101100 | 1111101 | 100010 | 1110 | 0 | 110011 | 11001100 | 10100 | 101001 |
Color Harmonies of #536C7D
Complementary color
Monochromatic Colors of #536C7D
Black with #536C7D
Text Example
Text Example
White with #536C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C7D; }
p { color: rgb(83,108,125); }
H1.HeaderClassName
{
color: #536C7D;
}
.AnyTagClassName
{
color: #536C7D;
}
</style>
background-color css
<style>
a { background-color: #536C7D; }
a { background-color: rgb(83,108,125); }
div.DivClassName
{
background-color: #536C7D;
}
.BgClassName
{
background-color: #536C7D;
}
</style>
border-color css
<style>
span { border-color: #536C7D; }
span { border-color: rgb(83,108,125); }
td.TdClassName
{
border-color: #536C7D;
}
.TagClassName
{
border-color: #536C7D;
}
</style>