Shades of Half Baked #529097
Tints of Half Baked #529097
RGB
CMYK
RGB Variations
Color information
#529097 (or 0x529097) is known color: Half Baked. HEX triplet: 52, 90 and 97. RGB value is (82,144,151). Sum of RGB (Red+Green+Blue) = 82+144+151=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #529097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529097 is #AD6F68. Grayscale: #7E7E7E. Windows color (decimal): -11366249 or 9932882. OLE color: 9932882.
HSL color Cylindrical-coordinate representation of color #529097: hue angle of 186.09º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529097 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 144 | 151 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.41 |
| HSL | 186.09º | 0.3% | 0.46% | - |
| HSV(B) | 186.09º | 0.46% | 0.59% | - |
| XYZ | 19.04 | 23.97 | 32.9 | - |
| YUV | 126.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 151 | 0.46 | 0.05 | 0 | 0.41 | 186.09 | 0.3 | 0.46 |
| Hex | 52 | 90 | 97 | 2E | 5 | 0 | 29 | BA | 1E | 2E |
| Octal | 122 | 220 | 227 | 56 | 5 | 0 | 51 | 272 | 36 | 56 |
| Binary | 1010010 | 10010000 | 10010111 | 101110 | 101 | 0 | 101001 | 10111010 | 11110 | 101110 |
Color Harmonies of #529097
Complementary color
Monochromatic Colors of #529097
Black with #529097
Text Example
Text Example
White with #529097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529097; }
p { color: rgb(82,144,151); }
H1.HeaderClassName
{
color: #529097;
}
.AnyTagClassName
{
color: #529097;
}
</style>
background-color css
<style>
a { background-color: #529097; }
a { background-color: rgb(82,144,151); }
div.DivClassName
{
background-color: #529097;
}
.BgClassName
{
background-color: #529097;
}
</style>
border-color css
<style>
span { border-color: #529097; }
span { border-color: rgb(82,144,151); }
td.TdClassName
{
border-color: #529097;
}
.TagClassName
{
border-color: #529097;
}
</style>