Shades of Half Baked #529991
Tints of Half Baked #529991
RGB
CMYK
RGB Variations
Color information
#529991 (or 0x529991) is known color: Half Baked. HEX triplet: 52, 99 and 91. RGB value is (82,153,145). Sum of RGB (Red+Green+Blue) = 82+153+145=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #529991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529991 is #AD666E. Grayscale: #828282. Windows color (decimal): -11363951 or 9541970. OLE color: 9541970.
HSL color Cylindrical-coordinate representation of color #529991: hue angle of 173.24º 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 #529991 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 145 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.4 |
| HSL | 173.24º | 0.3% | 0.46% | - |
| HSV(B) | 173.24º | 0.46% | 0.6% | - |
| XYZ | 19.98 | 26.62 | 30.87 | - |
| YUV | 130.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 145 | 0.46 | 0 | 0.05 | 0.4 | 173.24 | 0.3 | 0.46 |
| Hex | 52 | 99 | 91 | 2E | 0 | 5 | 28 | AD | 1E | 2E |
| Octal | 122 | 231 | 221 | 56 | 0 | 5 | 50 | 255 | 36 | 56 |
| Binary | 1010010 | 10011001 | 10010001 | 101110 | 0 | 101 | 101000 | 10101101 | 11110 | 101110 |
Color Harmonies of #529991
Complementary color
Monochromatic Colors of #529991
Black with #529991
Text Example
Text Example
White with #529991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529991; }
p { color: rgb(82,153,145); }
H1.HeaderClassName
{
color: #529991;
}
.AnyTagClassName
{
color: #529991;
}
</style>
background-color css
<style>
a { background-color: #529991; }
a { background-color: rgb(82,153,145); }
div.DivClassName
{
background-color: #529991;
}
.BgClassName
{
background-color: #529991;
}
</style>
border-color css
<style>
span { border-color: #529991; }
span { border-color: rgb(82,153,145); }
td.TdClassName
{
border-color: #529991;
}
.TagClassName
{
border-color: #529991;
}
</style>