Shades of Half Baked #528891
Tints of Half Baked #528891
RGB
CMYK
RGB Variations
Color information
#528891 (or 0x528891) is known color: Half Baked. HEX triplet: 52, 88 and 91. RGB value is (82,136,145). Sum of RGB (Red+Green+Blue) = 82+136+145=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #528891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528891 is #AD776E. Grayscale: #787878. Windows color (decimal): -11368303 or 9537618. OLE color: 9537618.
HSL color Cylindrical-coordinate representation of color #528891: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528891 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 136 | 145 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.43 |
| HSL | 188.57º | 0.28% | 0.45% | - |
| HSV(B) | 188.57º | 0.43% | 0.57% | - |
| XYZ | 17.39 | 21.45 | 30.01 | - |
| YUV | 120.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 145 | 0.43 | 0.06 | 0 | 0.43 | 188.57 | 0.28 | 0.45 |
| Hex | 52 | 88 | 91 | 2B | 6 | 0 | 2B | BD | 1C | 2D |
| Octal | 122 | 210 | 221 | 53 | 6 | 0 | 53 | 275 | 34 | 55 |
| Binary | 1010010 | 10001000 | 10010001 | 101011 | 110 | 0 | 101011 | 10111101 | 11100 | 101101 |
Color Harmonies of #528891
Complementary color
Monochromatic Colors of #528891
Black with #528891
Text Example
Text Example
White with #528891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528891; }
p { color: rgb(82,136,145); }
H1.HeaderClassName
{
color: #528891;
}
.AnyTagClassName
{
color: #528891;
}
</style>
background-color css
<style>
a { background-color: #528891; }
a { background-color: rgb(82,136,145); }
div.DivClassName
{
background-color: #528891;
}
.BgClassName
{
background-color: #528891;
}
</style>
border-color css
<style>
span { border-color: #528891; }
span { border-color: rgb(82,136,145); }
td.TdClassName
{
border-color: #528891;
}
.TagClassName
{
border-color: #528891;
}
</style>