Shades of Half Baked #529696
Tints of Half Baked #529696
RGB
CMYK
RGB Variations
Color information
#529696 (or 0x529696) is known color: Half Baked. HEX triplet: 52, 96 and 96. RGB value is (82,150,150). Sum of RGB (Red+Green+Blue) = 82+150+150=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #529696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529696 is #AD6969. Grayscale: #818181. Windows color (decimal): -11364714 or 9868882. OLE color: 9868882.
HSL color Cylindrical-coordinate representation of color #529696: hue angle of 180º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529696 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 150 | - |
| CMYK | 0.45 | 0 | 0 | 0.41 |
| HSL | 180º | 0.29% | 0.45% | - |
| HSV(B) | 180º | 0.45% | 0.59% | - |
| XYZ | 19.89 | 25.81 | 32.79 | - |
| YUV | 129.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 150 | 0.45 | 0 | 0 | 0.41 | 180 | 0.29 | 0.45 |
| Hex | 52 | 96 | 96 | 2D | 0 | 0 | 29 | B4 | 1D | 2D |
| Octal | 122 | 226 | 226 | 55 | 0 | 0 | 51 | 264 | 35 | 55 |
| Binary | 1010010 | 10010110 | 10010110 | 101101 | 0 | 0 | 101001 | 10110100 | 11101 | 101101 |
Color Harmonies of #529696
Complementary color
Monochromatic Colors of #529696
Black with #529696
Text Example
Text Example
White with #529696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529696; }
p { color: rgb(82,150,150); }
H1.HeaderClassName
{
color: #529696;
}
.AnyTagClassName
{
color: #529696;
}
</style>
background-color css
<style>
a { background-color: #529696; }
a { background-color: rgb(82,150,150); }
div.DivClassName
{
background-color: #529696;
}
.BgClassName
{
background-color: #529696;
}
</style>
border-color css
<style>
span { border-color: #529696; }
span { border-color: rgb(82,150,150); }
td.TdClassName
{
border-color: #529696;
}
.TagClassName
{
border-color: #529696;
}
</style>