Shades of Half Baked #529499
Tints of Half Baked #529499
RGB
CMYK
RGB Variations
Color information
#529499 (or 0x529499) is known color: Half Baked. HEX triplet: 52, 94 and 99. RGB value is (82,148,153). Sum of RGB (Red+Green+Blue) = 82+148+153=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #529499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529499 is #AD6B66. Grayscale: #808080. Windows color (decimal): -11365223 or 10064978. OLE color: 10064978.
HSL color Cylindrical-coordinate representation of color #529499: hue angle of 184.23º 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 #529499 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 148 | 153 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.4 |
| HSL | 184.23º | 0.3% | 0.46% | - |
| HSV(B) | 184.23º | 0.46% | 0.6% | - |
| XYZ | 19.82 | 25.27 | 33.97 | - |
| YUV | 128.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 153 | 0.46 | 0.03 | 0 | 0.4 | 184.23 | 0.3 | 0.46 |
| Hex | 52 | 94 | 99 | 2E | 3 | 0 | 28 | B8 | 1E | 2E |
| Octal | 122 | 224 | 231 | 56 | 3 | 0 | 50 | 270 | 36 | 56 |
| Binary | 1010010 | 10010100 | 10011001 | 101110 | 11 | 0 | 101000 | 10111000 | 11110 | 101110 |
Color Harmonies of #529499
Complementary color
Monochromatic Colors of #529499
Black with #529499
Text Example
Text Example
White with #529499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529499; }
p { color: rgb(82,148,153); }
H1.HeaderClassName
{
color: #529499;
}
.AnyTagClassName
{
color: #529499;
}
</style>
background-color css
<style>
a { background-color: #529499; }
a { background-color: rgb(82,148,153); }
div.DivClassName
{
background-color: #529499;
}
.BgClassName
{
background-color: #529499;
}
</style>
border-color css
<style>
span { border-color: #529499; }
span { border-color: rgb(82,148,153); }
td.TdClassName
{
border-color: #529499;
}
.TagClassName
{
border-color: #529499;
}
</style>