Shades of Half Baked #529799
Tints of Half Baked #529799
RGB
CMYK
RGB Variations
Color information
#529799 (or 0x529799) is known color: Half Baked. HEX triplet: 52, 97 and 99. RGB value is (82,151,153). Sum of RGB (Red+Green+Blue) = 82+151+153=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #529799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529799 is #AD6866. Grayscale: #828282. Windows color (decimal): -11364455 or 10065746. OLE color: 10065746.
HSL color Cylindrical-coordinate representation of color #529799: hue angle of 181.69º 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 #529799 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 151 | 153 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.4 |
| HSL | 181.69º | 0.3% | 0.46% | - |
| HSV(B) | 181.69º | 0.46% | 0.6% | - |
| XYZ | 20.3 | 26.23 | 34.13 | - |
| YUV | 130.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 153 | 0.46 | 0.01 | 0 | 0.4 | 181.69 | 0.3 | 0.46 |
| Hex | 52 | 97 | 99 | 2E | 1 | 0 | 28 | B6 | 1E | 2E |
| Octal | 122 | 227 | 231 | 56 | 1 | 0 | 50 | 266 | 36 | 56 |
| Binary | 1010010 | 10010111 | 10011001 | 101110 | 1 | 0 | 101000 | 10110110 | 11110 | 101110 |
Color Harmonies of #529799
Complementary color
Monochromatic Colors of #529799
Black with #529799
Text Example
Text Example
White with #529799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529799; }
p { color: rgb(82,151,153); }
H1.HeaderClassName
{
color: #529799;
}
.AnyTagClassName
{
color: #529799;
}
</style>
background-color css
<style>
a { background-color: #529799; }
a { background-color: rgb(82,151,153); }
div.DivClassName
{
background-color: #529799;
}
.BgClassName
{
background-color: #529799;
}
</style>
border-color css
<style>
span { border-color: #529799; }
span { border-color: rgb(82,151,153); }
td.TdClassName
{
border-color: #529799;
}
.TagClassName
{
border-color: #529799;
}
</style>