Shades of Wedgewood #536B7E
Tints of Wedgewood #536B7E
RGB
CMYK
RGB Variations
Color information
#536B7E (or 0x536B7E) is known color: Wedgewood. HEX triplet: 53, 6B and 7E. RGB value is (83,107,126). Sum of RGB (Red+Green+Blue) = 83+107+126=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #536B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7E is #AC9481. Grayscale: #656565. Windows color (decimal): -11310210 or 8285011. OLE color: 8285011.
HSL color Cylindrical-coordinate representation of color #536B7E: hue angle of 206.51º degrees, saturation: 0.21, 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 #536B7E is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 107 | 126 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.51 |
| HSL | 206.51º | 0.21% | 0.41% | - |
| HSV(B) | 206.51º | 0.34% | 0.49% | - |
| XYZ | 12.59 | 13.86 | 21.75 | - |
| YUV | 101.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 126 | 0.34 | 0.15 | 0 | 0.51 | 206.51 | 0.21 | 0.41 |
| Hex | 53 | 6B | 7E | 22 | F | 0 | 33 | CF | 15 | 29 |
| Octal | 123 | 153 | 176 | 42 | 17 | 0 | 63 | 317 | 25 | 51 |
| Binary | 1010011 | 1101011 | 1111110 | 100010 | 1111 | 0 | 110011 | 11001111 | 10101 | 101001 |
Color Harmonies of #536B7E
Complementary color
Monochromatic Colors of #536B7E
Black with #536B7E
Text Example
Text Example
White with #536B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536B7E; }
p { color: rgb(83,107,126); }
H1.HeaderClassName
{
color: #536B7E;
}
.AnyTagClassName
{
color: #536B7E;
}
</style>
background-color css
<style>
a { background-color: #536B7E; }
a { background-color: rgb(83,107,126); }
div.DivClassName
{
background-color: #536B7E;
}
.BgClassName
{
background-color: #536B7E;
}
</style>
border-color css
<style>
span { border-color: #536B7E; }
span { border-color: rgb(83,107,126); }
td.TdClassName
{
border-color: #536B7E;
}
.TagClassName
{
border-color: #536B7E;
}
</style>