Shades of Half Baked #528A88
Tints of Half Baked #528A88
RGB
CMYK
RGB Variations
Color information
#528A88 (or 0x528A88) is known color: Half Baked. HEX triplet: 52, 8A and 88. RGB value is (82,138,136). Sum of RGB (Red+Green+Blue) = 82+138+136=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #528A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A88 is #AD7577. Grayscale: #787878. Windows color (decimal): -11367800 or 8948306. OLE color: 8948306.
HSL color Cylindrical-coordinate representation of color #528A88: hue angle of 177.86º 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 #528A88 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 136 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.46 |
| HSL | 177.86º | 0.25% | 0.43% | - |
| HSV(B) | 177.86º | 0.41% | 0.54% | - |
| XYZ | 17.01 | 21.75 | 26.59 | - |
| YUV | 121.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 136 | 0.41 | 0 | 0.01 | 0.46 | 177.86 | 0.25 | 0.43 |
| Hex | 52 | 8A | 88 | 29 | 0 | 1 | 2E | B2 | 19 | 2B |
| Octal | 122 | 212 | 210 | 51 | 0 | 1 | 56 | 262 | 31 | 53 |
| Binary | 1010010 | 10001010 | 10001000 | 101001 | 0 | 1 | 101110 | 10110010 | 11001 | 101011 |
Color Harmonies of #528A88
Complementary color
Monochromatic Colors of #528A88
Black with #528A88
Text Example
Text Example
White with #528A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A88; }
p { color: rgb(82,138,136); }
H1.HeaderClassName
{
color: #528A88;
}
.AnyTagClassName
{
color: #528A88;
}
</style>
background-color css
<style>
a { background-color: #528A88; }
a { background-color: rgb(82,138,136); }
div.DivClassName
{
background-color: #528A88;
}
.BgClassName
{
background-color: #528A88;
}
</style>
border-color css
<style>
span { border-color: #528A88; }
span { border-color: rgb(82,138,136); }
td.TdClassName
{
border-color: #528A88;
}
.TagClassName
{
border-color: #528A88;
}
</style>