Shades of Half Baked #529C93
Tints of Half Baked #529C93
RGB
CMYK
RGB Variations
Color information
#529C93 (or 0x529C93) is known color: Half Baked. HEX triplet: 52, 9C and 93. RGB value is (82,156,147). Sum of RGB (Red+Green+Blue) = 82+156+147=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #529C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C93 is #AD636C. Grayscale: #848484. Windows color (decimal): -11363181 or 9673810. OLE color: 9673810.
HSL color Cylindrical-coordinate representation of color #529C93: hue angle of 172.7º 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 #529C93 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 147 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.39 |
| HSL | 172.7º | 0.31% | 0.47% | - |
| HSV(B) | 172.7º | 0.47% | 0.61% | - |
| XYZ | 20.63 | 27.68 | 31.86 | - |
| YUV | 132.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 147 | 0.47 | 0 | 0.06 | 0.39 | 172.7 | 0.31 | 0.47 |
| Hex | 52 | 9C | 93 | 2F | 0 | 6 | 27 | AD | 1F | 2F |
| Octal | 122 | 234 | 223 | 57 | 0 | 6 | 47 | 255 | 37 | 57 |
| Binary | 1010010 | 10011100 | 10010011 | 101111 | 0 | 110 | 100111 | 10101101 | 11111 | 101111 |
Color Harmonies of #529C93
Complementary color
Monochromatic Colors of #529C93
Black with #529C93
Text Example
Text Example
White with #529C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C93; }
p { color: rgb(82,156,147); }
H1.HeaderClassName
{
color: #529C93;
}
.AnyTagClassName
{
color: #529C93;
}
</style>
background-color css
<style>
a { background-color: #529C93; }
a { background-color: rgb(82,156,147); }
div.DivClassName
{
background-color: #529C93;
}
.BgClassName
{
background-color: #529C93;
}
</style>
border-color css
<style>
span { border-color: #529C93; }
span { border-color: rgb(82,156,147); }
td.TdClassName
{
border-color: #529C93;
}
.TagClassName
{
border-color: #529C93;
}
</style>