Shades of William #527272
Tints of William #527272
RGB
CMYK
RGB Variations
Color information
#527272 (or 0x527272) is known color: William. HEX triplet: 52, 72 and 72. RGB value is (82,114,114). Sum of RGB (Red+Green+Blue) = 82+114+114=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #527272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527272 is #AD8D8D. Grayscale: #686868. Windows color (decimal): -11373966 or 7500370. OLE color: 7500370.
HSL color Cylindrical-coordinate representation of color #527272: hue angle of 180º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527272 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 114 | - |
| CMYK | 0.28 | 0 | 0 | 0.55 |
| HSL | 180º | 0.16% | 0.38% | - |
| HSV(B) | 180º | 0.28% | 0.45% | - |
| XYZ | 12.53 | 15.04 | 18.16 | - |
| YUV | 104.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 114 | 0.28 | 0 | 0 | 0.55 | 180 | 0.16 | 0.38 |
| Hex | 52 | 72 | 72 | 1C | 0 | 0 | 37 | B4 | 10 | 26 |
| Octal | 122 | 162 | 162 | 34 | 0 | 0 | 67 | 264 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1110010 | 11100 | 0 | 0 | 110111 | 10110100 | 10000 | 100110 |
Color Harmonies of #527272
Complementary color
Monochromatic Colors of #527272
Black with #527272
Text Example
Text Example
White with #527272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527272; }
p { color: rgb(82,114,114); }
H1.HeaderClassName
{
color: #527272;
}
.AnyTagClassName
{
color: #527272;
}
</style>
background-color css
<style>
a { background-color: #527272; }
a { background-color: rgb(82,114,114); }
div.DivClassName
{
background-color: #527272;
}
.BgClassName
{
background-color: #527272;
}
</style>
border-color css
<style>
span { border-color: #527272; }
span { border-color: rgb(82,114,114); }
td.TdClassName
{
border-color: #527272;
}
.TagClassName
{
border-color: #527272;
}
</style>