Shades of Half Baked #52888D
Tints of Half Baked #52888D
RGB
CMYK
RGB Variations
Color information
#52888D (or 0x52888D) is known color: Half Baked. HEX triplet: 52, 88 and 8D. RGB value is (82,136,141). Sum of RGB (Red+Green+Blue) = 82+136+141=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #52888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52888D is #AD7772. Grayscale: #787878. Windows color (decimal): -11368307 or 9275474. OLE color: 9275474.
HSL color Cylindrical-coordinate representation of color #52888D: hue angle of 185.08º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52888D is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 136 | 141 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.45 |
| HSL | 185.08º | 0.26% | 0.44% | - |
| HSV(B) | 185.08º | 0.42% | 0.55% | - |
| XYZ | 17.09 | 21.33 | 28.41 | - |
| YUV | 120.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 141 | 0.42 | 0.04 | 0 | 0.45 | 185.08 | 0.26 | 0.44 |
| Hex | 52 | 88 | 8D | 2A | 4 | 0 | 2D | B9 | 1A | 2C |
| Octal | 122 | 210 | 215 | 52 | 4 | 0 | 55 | 271 | 32 | 54 |
| Binary | 1010010 | 10001000 | 10001101 | 101010 | 100 | 0 | 101101 | 10111001 | 11010 | 101100 |
Color Harmonies of #52888D
Complementary color
Monochromatic Colors of #52888D
Black with #52888D
Text Example
Text Example
White with #52888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52888D; }
p { color: rgb(82,136,141); }
H1.HeaderClassName
{
color: #52888D;
}
.AnyTagClassName
{
color: #52888D;
}
</style>
background-color css
<style>
a { background-color: #52888D; }
a { background-color: rgb(82,136,141); }
div.DivClassName
{
background-color: #52888D;
}
.BgClassName
{
background-color: #52888D;
}
</style>
border-color css
<style>
span { border-color: #52888D; }
span { border-color: rgb(82,136,141); }
td.TdClassName
{
border-color: #52888D;
}
.TagClassName
{
border-color: #52888D;
}
</style>