Shades of Half Baked #529490
Tints of Half Baked #529490
RGB
CMYK
RGB Variations
Color information
#529490 (or 0x529490) is known color: Half Baked. HEX triplet: 52, 94 and 90. RGB value is (82,148,144). Sum of RGB (Red+Green+Blue) = 82+148+144=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #529490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529490 is #AD6B6F. Grayscale: #7F7F7F. Windows color (decimal): -11365232 or 9475154. OLE color: 9475154.
HSL color Cylindrical-coordinate representation of color #529490: hue angle of 176.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529490 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 144 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.42 |
| HSL | 176.36º | 0.29% | 0.45% | - |
| HSV(B) | 176.36º | 0.45% | 0.58% | - |
| XYZ | 19.1 | 24.99 | 30.2 | - |
| YUV | 127.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 144 | 0.45 | 0 | 0.03 | 0.42 | 176.36 | 0.29 | 0.45 |
| Hex | 52 | 94 | 90 | 2D | 0 | 3 | 2A | B0 | 1D | 2D |
| Octal | 122 | 224 | 220 | 55 | 0 | 3 | 52 | 260 | 35 | 55 |
| Binary | 1010010 | 10010100 | 10010000 | 101101 | 0 | 11 | 101010 | 10110000 | 11101 | 101101 |
Color Harmonies of #529490
Complementary color
Monochromatic Colors of #529490
Black with #529490
Text Example
Text Example
White with #529490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529490; }
p { color: rgb(82,148,144); }
H1.HeaderClassName
{
color: #529490;
}
.AnyTagClassName
{
color: #529490;
}
</style>
background-color css
<style>
a { background-color: #529490; }
a { background-color: rgb(82,148,144); }
div.DivClassName
{
background-color: #529490;
}
.BgClassName
{
background-color: #529490;
}
</style>
border-color css
<style>
span { border-color: #529490; }
span { border-color: rgb(82,148,144); }
td.TdClassName
{
border-color: #529490;
}
.TagClassName
{
border-color: #529490;
}
</style>