Shades of Half Baked #528789
Tints of Half Baked #528789
RGB
CMYK
RGB Variations
Color information
#528789 (or 0x528789) is known color: Half Baked. HEX triplet: 52, 87 and 89. RGB value is (82,135,137). Sum of RGB (Red+Green+Blue) = 82+135+137=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #528789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528789 is #AD7876. Grayscale: #777777. Windows color (decimal): -11368567 or 9013074. OLE color: 9013074.
HSL color Cylindrical-coordinate representation of color #528789: hue angle of 182.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528789 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 135 | 137 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.46 |
| HSL | 182.18º | 0.25% | 0.43% | - |
| HSV(B) | 182.18º | 0.4% | 0.54% | - |
| XYZ | 16.66 | 20.93 | 26.83 | - |
| YUV | 119.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 137 | 0.40 | 0.01 | 0 | 0.46 | 182.18 | 0.25 | 0.43 |
| Hex | 52 | 87 | 89 | 28 | 1 | 0 | 2E | B6 | 19 | 2B |
| Octal | 122 | 207 | 211 | 50 | 1 | 0 | 56 | 266 | 31 | 53 |
| Binary | 1010010 | 10000111 | 10001001 | 101000 | 1 | 0 | 101110 | 10110110 | 11001 | 101011 |
Color Harmonies of #528789
Complementary color
Monochromatic Colors of #528789
Black with #528789
Text Example
Text Example
White with #528789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528789; }
p { color: rgb(82,135,137); }
H1.HeaderClassName
{
color: #528789;
}
.AnyTagClassName
{
color: #528789;
}
</style>
background-color css
<style>
a { background-color: #528789; }
a { background-color: rgb(82,135,137); }
div.DivClassName
{
background-color: #528789;
}
.BgClassName
{
background-color: #528789;
}
</style>
border-color css
<style>
span { border-color: #528789; }
span { border-color: rgb(82,135,137); }
td.TdClassName
{
border-color: #528789;
}
.TagClassName
{
border-color: #528789;
}
</style>