Shades of Half Baked #529B96
Tints of Half Baked #529B96
RGB
CMYK
RGB Variations
Color information
#529B96 (or 0x529B96) is known color: Half Baked. HEX triplet: 52, 9B and 96. RGB value is (82,155,150). Sum of RGB (Red+Green+Blue) = 82+155+150=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #529B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B96 is #AD6469. Grayscale: #848484. Windows color (decimal): -11363434 or 9870162. OLE color: 9870162.
HSL color Cylindrical-coordinate representation of color #529B96: hue angle of 175.89º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B96 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 150 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.39 |
| HSL | 175.89º | 0.31% | 0.46% | - |
| HSV(B) | 175.89º | 0.47% | 0.61% | - |
| XYZ | 20.71 | 27.44 | 33.06 | - |
| YUV | 132.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 150 | 0.47 | 0 | 0.03 | 0.39 | 175.89 | 0.31 | 0.46 |
| Hex | 52 | 9B | 96 | 2F | 0 | 3 | 27 | B0 | 1F | 2E |
| Octal | 122 | 233 | 226 | 57 | 0 | 3 | 47 | 260 | 37 | 56 |
| Binary | 1010010 | 10011011 | 10010110 | 101111 | 0 | 11 | 100111 | 10110000 | 11111 | 101110 |
Color Harmonies of #529B96
Complementary color
Monochromatic Colors of #529B96
Black with #529B96
Text Example
Text Example
White with #529B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B96; }
p { color: rgb(82,155,150); }
H1.HeaderClassName
{
color: #529B96;
}
.AnyTagClassName
{
color: #529B96;
}
</style>
background-color css
<style>
a { background-color: #529B96; }
a { background-color: rgb(82,155,150); }
div.DivClassName
{
background-color: #529B96;
}
.BgClassName
{
background-color: #529B96;
}
</style>
border-color css
<style>
span { border-color: #529B96; }
span { border-color: rgb(82,155,150); }
td.TdClassName
{
border-color: #529B96;
}
.TagClassName
{
border-color: #529B96;
}
</style>