Shades of Half Baked #529397
Tints of Half Baked #529397
RGB
CMYK
RGB Variations
Color information
#529397 (or 0x529397) is known color: Half Baked. HEX triplet: 52, 93 and 97. RGB value is (82,147,151). Sum of RGB (Red+Green+Blue) = 82+147+151=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #529397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529397 is #AD6C68. Grayscale: #7F7F7F. Windows color (decimal): -11365481 or 9933650. OLE color: 9933650.
HSL color Cylindrical-coordinate representation of color #529397: hue angle of 183.48º 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 #529397 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 147 | 151 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.41 |
| HSL | 183.48º | 0.3% | 0.46% | - |
| HSV(B) | 183.48º | 0.46% | 0.59% | - |
| XYZ | 19.5 | 24.9 | 33.06 | - |
| YUV | 128.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 151 | 0.46 | 0.03 | 0 | 0.41 | 183.48 | 0.3 | 0.46 |
| Hex | 52 | 93 | 97 | 2E | 3 | 0 | 29 | B7 | 1E | 2E |
| Octal | 122 | 223 | 227 | 56 | 3 | 0 | 51 | 267 | 36 | 56 |
| Binary | 1010010 | 10010011 | 10010111 | 101110 | 11 | 0 | 101001 | 10110111 | 11110 | 101110 |
Color Harmonies of #529397
Complementary color
Monochromatic Colors of #529397
Black with #529397
Text Example
Text Example
White with #529397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529397; }
p { color: rgb(82,147,151); }
H1.HeaderClassName
{
color: #529397;
}
.AnyTagClassName
{
color: #529397;
}
</style>
background-color css
<style>
a { background-color: #529397; }
a { background-color: rgb(82,147,151); }
div.DivClassName
{
background-color: #529397;
}
.BgClassName
{
background-color: #529397;
}
</style>
border-color css
<style>
span { border-color: #529397; }
span { border-color: rgb(82,147,151); }
td.TdClassName
{
border-color: #529397;
}
.TagClassName
{
border-color: #529397;
}
</style>