Shades of Half Baked #529091
Tints of Half Baked #529091
RGB
CMYK
RGB Variations
Color information
#529091 (or 0x529091) is known color: Half Baked. HEX triplet: 52, 90 and 91. RGB value is (82,144,145). Sum of RGB (Red+Green+Blue) = 82+144+145=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #529091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529091 is #AD6F6E. Grayscale: #7D7D7D. Windows color (decimal): -11366255 or 9539666. OLE color: 9539666.
HSL color Cylindrical-coordinate representation of color #529091: hue angle of 180.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529091 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 144 | 145 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.43 |
| HSL | 180.95º | 0.28% | 0.45% | - |
| HSV(B) | 180.95º | 0.43% | 0.57% | - |
| XYZ | 18.56 | 23.78 | 30.4 | - |
| YUV | 125.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 145 | 0.43 | 0.01 | 0 | 0.43 | 180.95 | 0.28 | 0.45 |
| Hex | 52 | 90 | 91 | 2B | 1 | 0 | 2B | B5 | 1C | 2D |
| Octal | 122 | 220 | 221 | 53 | 1 | 0 | 53 | 265 | 34 | 55 |
| Binary | 1010010 | 10010000 | 10010001 | 101011 | 1 | 0 | 101011 | 10110101 | 11100 | 101101 |
Color Harmonies of #529091
Complementary color
Monochromatic Colors of #529091
Black with #529091
Text Example
Text Example
White with #529091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529091; }
p { color: rgb(82,144,145); }
H1.HeaderClassName
{
color: #529091;
}
.AnyTagClassName
{
color: #529091;
}
</style>
background-color css
<style>
a { background-color: #529091; }
a { background-color: rgb(82,144,145); }
div.DivClassName
{
background-color: #529091;
}
.BgClassName
{
background-color: #529091;
}
</style>
border-color css
<style>
span { border-color: #529091; }
span { border-color: rgb(82,144,145); }
td.TdClassName
{
border-color: #529091;
}
.TagClassName
{
border-color: #529091;
}
</style>