Shades of Half Baked #529C95
Tints of Half Baked #529C95
RGB
CMYK
RGB Variations
Color information
#529C95 (or 0x529C95) is known color: Half Baked. HEX triplet: 52, 9C and 95. RGB value is (82,156,149). Sum of RGB (Red+Green+Blue) = 82+156+149=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #529C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C95 is #AD636A. Grayscale: #858585. Windows color (decimal): -11363179 or 9804882. OLE color: 9804882.
HSL color Cylindrical-coordinate representation of color #529C95: hue angle of 174.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C95 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 149 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.39 |
| HSL | 174.32º | 0.31% | 0.47% | - |
| HSV(B) | 174.32º | 0.47% | 0.61% | - |
| XYZ | 20.79 | 27.74 | 32.69 | - |
| YUV | 133.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 149 | 0.47 | 0 | 0.04 | 0.39 | 174.32 | 0.31 | 0.47 |
| Hex | 52 | 9C | 95 | 2F | 0 | 4 | 27 | AE | 1F | 2F |
| Octal | 122 | 234 | 225 | 57 | 0 | 4 | 47 | 256 | 37 | 57 |
| Binary | 1010010 | 10011100 | 10010101 | 101111 | 0 | 100 | 100111 | 10101110 | 11111 | 101111 |
Color Harmonies of #529C95
Complementary color
Monochromatic Colors of #529C95
Black with #529C95
Text Example
Text Example
White with #529C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C95; }
p { color: rgb(82,156,149); }
H1.HeaderClassName
{
color: #529C95;
}
.AnyTagClassName
{
color: #529C95;
}
</style>
background-color css
<style>
a { background-color: #529C95; }
a { background-color: rgb(82,156,149); }
div.DivClassName
{
background-color: #529C95;
}
.BgClassName
{
background-color: #529C95;
}
</style>
border-color css
<style>
span { border-color: #529C95; }
span { border-color: rgb(82,156,149); }
td.TdClassName
{
border-color: #529C95;
}
.TagClassName
{
border-color: #529C95;
}
</style>