Shades of Half Baked #528888
Tints of Half Baked #528888
RGB
CMYK
RGB Variations
Color information
#528888 (or 0x528888) is known color: Half Baked. HEX triplet: 52, 88 and 88. RGB value is (82,136,136). Sum of RGB (Red+Green+Blue) = 82+136+136=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #528888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528888 is #AD7777. Grayscale: #777777. Windows color (decimal): -11368312 or 8947794. OLE color: 8947794.
HSL color Cylindrical-coordinate representation of color #528888: hue angle of 180º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528888 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 136 | - |
| CMYK | 0.40 | 0 | 0 | 0.47 |
| HSL | 180º | 0.25% | 0.43% | - |
| HSV(B) | 180º | 0.4% | 0.53% | - |
| XYZ | 16.73 | 21.18 | 26.5 | - |
| YUV | 119.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 136 | 0.40 | 0 | 0 | 0.47 | 180 | 0.25 | 0.43 |
| Hex | 52 | 88 | 88 | 28 | 0 | 0 | 2F | B4 | 19 | 2B |
| Octal | 122 | 210 | 210 | 50 | 0 | 0 | 57 | 264 | 31 | 53 |
| Binary | 1010010 | 10001000 | 10001000 | 101000 | 0 | 0 | 101111 | 10110100 | 11001 | 101011 |
Color Harmonies of #528888
Complementary color
Monochromatic Colors of #528888
Black with #528888
Text Example
Text Example
White with #528888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528888; }
p { color: rgb(82,136,136); }
H1.HeaderClassName
{
color: #528888;
}
.AnyTagClassName
{
color: #528888;
}
</style>
background-color css
<style>
a { background-color: #528888; }
a { background-color: rgb(82,136,136); }
div.DivClassName
{
background-color: #528888;
}
.BgClassName
{
background-color: #528888;
}
</style>
border-color css
<style>
span { border-color: #528888; }
span { border-color: rgb(82,136,136); }
td.TdClassName
{
border-color: #528888;
}
.TagClassName
{
border-color: #528888;
}
</style>