Shades of Half Baked #529998
Tints of Half Baked #529998
RGB
CMYK
RGB Variations
Color information
#529998 (or 0x529998) is known color: Half Baked. HEX triplet: 52, 99 and 98. RGB value is (82,153,152). Sum of RGB (Red+Green+Blue) = 82+153+152=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #529998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529998 is #AD6667. Grayscale: #838383. Windows color (decimal): -11363944 or 10000722. OLE color: 10000722.
HSL color Cylindrical-coordinate representation of color #529998: hue angle of 179.15º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529998 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 152 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.4 |
| HSL | 179.15º | 0.3% | 0.46% | - |
| HSV(B) | 179.15º | 0.46% | 0.6% | - |
| XYZ | 20.54 | 26.84 | 33.8 | - |
| YUV | 131.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 152 | 0.46 | 0 | 0.01 | 0.4 | 179.15 | 0.3 | 0.46 |
| Hex | 52 | 99 | 98 | 2E | 0 | 1 | 28 | B3 | 1E | 2E |
| Octal | 122 | 231 | 230 | 56 | 0 | 1 | 50 | 263 | 36 | 56 |
| Binary | 1010010 | 10011001 | 10011000 | 101110 | 0 | 1 | 101000 | 10110011 | 11110 | 101110 |
Color Harmonies of #529998
Complementary color
Monochromatic Colors of #529998
Black with #529998
Text Example
Text Example
White with #529998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529998; }
p { color: rgb(82,153,152); }
H1.HeaderClassName
{
color: #529998;
}
.AnyTagClassName
{
color: #529998;
}
</style>
background-color css
<style>
a { background-color: #529998; }
a { background-color: rgb(82,153,152); }
div.DivClassName
{
background-color: #529998;
}
.BgClassName
{
background-color: #529998;
}
</style>
border-color css
<style>
span { border-color: #529998; }
span { border-color: rgb(82,153,152); }
td.TdClassName
{
border-color: #529998;
}
.TagClassName
{
border-color: #529998;
}
</style>