Shades of Half Baked #52888A
Tints of Half Baked #52888A
RGB
CMYK
RGB Variations
Color information
#52888A (or 0x52888A) is known color: Half Baked. HEX triplet: 52, 88 and 8A. RGB value is (82,136,138). Sum of RGB (Red+Green+Blue) = 82+136+138=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #52888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52888A is #AD7775. Grayscale: #787878. Windows color (decimal): -11368310 or 9078866. OLE color: 9078866.
HSL color Cylindrical-coordinate representation of color #52888A: hue angle of 182.14º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52888A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 136 | 138 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.46 |
| HSL | 182.14º | 0.25% | 0.43% | - |
| HSV(B) | 182.14º | 0.41% | 0.54% | - |
| XYZ | 16.87 | 21.24 | 27.25 | - |
| YUV | 120.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 138 | 0.41 | 0.01 | 0 | 0.46 | 182.14 | 0.25 | 0.43 |
| Hex | 52 | 88 | 8A | 29 | 1 | 0 | 2E | B6 | 19 | 2B |
| Octal | 122 | 210 | 212 | 51 | 1 | 0 | 56 | 266 | 31 | 53 |
| Binary | 1010010 | 10001000 | 10001010 | 101001 | 1 | 0 | 101110 | 10110110 | 11001 | 101011 |
Color Harmonies of #52888A
Complementary color
Monochromatic Colors of #52888A
Black with #52888A
Text Example
Text Example
White with #52888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52888A; }
p { color: rgb(82,136,138); }
H1.HeaderClassName
{
color: #52888A;
}
.AnyTagClassName
{
color: #52888A;
}
</style>
background-color css
<style>
a { background-color: #52888A; }
a { background-color: rgb(82,136,138); }
div.DivClassName
{
background-color: #52888A;
}
.BgClassName
{
background-color: #52888A;
}
</style>
border-color css
<style>
span { border-color: #52888A; }
span { border-color: rgb(82,136,138); }
td.TdClassName
{
border-color: #52888A;
}
.TagClassName
{
border-color: #52888A;
}
</style>