Shades of Half Baked #529D94
Tints of Half Baked #529D94
RGB
CMYK
RGB Variations
Color information
#529D94 (or 0x529D94) is known color: Half Baked. HEX triplet: 52, 9D and 94. RGB value is (82,157,148). Sum of RGB (Red+Green+Blue) = 82+157+148=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #529D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529D94 is #AD626B. Grayscale: #858585. Windows color (decimal): -11362924 or 9739602. OLE color: 9739602.
HSL color Cylindrical-coordinate representation of color #529D94: hue angle of 172.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D94 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 148 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.38 |
| HSL | 172.8º | 0.31% | 0.47% | - |
| HSV(B) | 172.8º | 0.48% | 0.62% | - |
| XYZ | 20.88 | 28.05 | 32.33 | - |
| YUV | 133.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 148 | 0.48 | 0 | 0.06 | 0.38 | 172.8 | 0.31 | 0.47 |
| Hex | 52 | 9D | 94 | 30 | 0 | 6 | 26 | AD | 1F | 2F |
| Octal | 122 | 235 | 224 | 60 | 0 | 6 | 46 | 255 | 37 | 57 |
| Binary | 1010010 | 10011101 | 10010100 | 110000 | 0 | 110 | 100110 | 10101101 | 11111 | 101111 |
Color Harmonies of #529D94
Complementary color
Monochromatic Colors of #529D94
Black with #529D94
Text Example
Text Example
White with #529D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D94; }
p { color: rgb(82,157,148); }
H1.HeaderClassName
{
color: #529D94;
}
.AnyTagClassName
{
color: #529D94;
}
</style>
background-color css
<style>
a { background-color: #529D94; }
a { background-color: rgb(82,157,148); }
div.DivClassName
{
background-color: #529D94;
}
.BgClassName
{
background-color: #529D94;
}
</style>
border-color css
<style>
span { border-color: #529D94; }
span { border-color: rgb(82,157,148); }
td.TdClassName
{
border-color: #529D94;
}
.TagClassName
{
border-color: #529D94;
}
</style>