Shades of Wedgewood #536F8A
Tints of Wedgewood #536F8A
RGB
CMYK
RGB Variations
Color information
#536F8A (or 0x536F8A) is known color: Wedgewood. HEX triplet: 53, 6F and 8A. RGB value is (83,111,138). Sum of RGB (Red+Green+Blue) = 83+111+138=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #536F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F8A is #AC9075. Grayscale: #696969. Windows color (decimal): -11309174 or 9072467. OLE color: 9072467.
HSL color Cylindrical-coordinate representation of color #536F8A: hue angle of 209.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536F8A is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 111 | 138 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.46 |
| HSL | 209.45º | 0.25% | 0.43% | - |
| HSV(B) | 209.45º | 0.4% | 0.54% | - |
| XYZ | 13.84 | 15.04 | 26.22 | - |
| YUV | 105.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 138 | 0.40 | 0.20 | 0 | 0.46 | 209.45 | 0.25 | 0.43 |
| Hex | 53 | 6F | 8A | 28 | 14 | 0 | 2E | D1 | 19 | 2B |
| Octal | 123 | 157 | 212 | 50 | 24 | 0 | 56 | 321 | 31 | 53 |
| Binary | 1010011 | 1101111 | 10001010 | 101000 | 10100 | 0 | 101110 | 11010001 | 11001 | 101011 |
Color Harmonies of #536F8A
Complementary color
Monochromatic Colors of #536F8A
Black with #536F8A
Text Example
Text Example
White with #536F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F8A; }
p { color: rgb(83,111,138); }
H1.HeaderClassName
{
color: #536F8A;
}
.AnyTagClassName
{
color: #536F8A;
}
</style>
background-color css
<style>
a { background-color: #536F8A; }
a { background-color: rgb(83,111,138); }
div.DivClassName
{
background-color: #536F8A;
}
.BgClassName
{
background-color: #536F8A;
}
</style>
border-color css
<style>
span { border-color: #536F8A; }
span { border-color: rgb(83,111,138); }
td.TdClassName
{
border-color: #536F8A;
}
.TagClassName
{
border-color: #536F8A;
}
</style>