Shades of Half Baked #52918D
Tints of Half Baked #52918D
RGB
CMYK
RGB Variations
Color information
#52918D (or 0x52918D) is known color: Half Baked. HEX triplet: 52, 91 and 8D. RGB value is (82,145,141). Sum of RGB (Red+Green+Blue) = 82+145+141=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #52918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52918D is #AD6E72. Grayscale: #7D7D7D. Windows color (decimal): -11366003 or 9277778. OLE color: 9277778.
HSL color Cylindrical-coordinate representation of color #52918D: hue angle of 176.19º 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 #52918D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 141 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.43 |
| HSL | 176.19º | 0.28% | 0.45% | - |
| HSV(B) | 176.19º | 0.43% | 0.57% | - |
| XYZ | 18.41 | 23.97 | 28.86 | - |
| YUV | 125.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 141 | 0.43 | 0 | 0.03 | 0.43 | 176.19 | 0.28 | 0.45 |
| Hex | 52 | 91 | 8D | 2B | 0 | 3 | 2B | B0 | 1C | 2D |
| Octal | 122 | 221 | 215 | 53 | 0 | 3 | 53 | 260 | 34 | 55 |
| Binary | 1010010 | 10010001 | 10001101 | 101011 | 0 | 11 | 101011 | 10110000 | 11100 | 101101 |
Color Harmonies of #52918D
Complementary color
Monochromatic Colors of #52918D
Black with #52918D
Text Example
Text Example
White with #52918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52918D; }
p { color: rgb(82,145,141); }
H1.HeaderClassName
{
color: #52918D;
}
.AnyTagClassName
{
color: #52918D;
}
</style>
background-color css
<style>
a { background-color: #52918D; }
a { background-color: rgb(82,145,141); }
div.DivClassName
{
background-color: #52918D;
}
.BgClassName
{
background-color: #52918D;
}
</style>
border-color css
<style>
span { border-color: #52918D; }
span { border-color: rgb(82,145,141); }
td.TdClassName
{
border-color: #52918D;
}
.TagClassName
{
border-color: #52918D;
}
</style>