Shades of Half Baked #528B91
Tints of Half Baked #528B91
RGB
CMYK
RGB Variations
Color information
#528B91 (or 0x528B91) is known color: Half Baked. HEX triplet: 52, 8B and 91. RGB value is (82,139,145). Sum of RGB (Red+Green+Blue) = 82+139+145=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #528B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B91 is #AD746E. Grayscale: #7A7A7A. Windows color (decimal): -11367535 or 9538386. OLE color: 9538386.
HSL color Cylindrical-coordinate representation of color #528B91: hue angle of 185.71º 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 #528B91 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 139 | 145 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.43 |
| HSL | 185.71º | 0.28% | 0.45% | - |
| HSV(B) | 185.71º | 0.43% | 0.57% | - |
| XYZ | 17.82 | 22.3 | 30.15 | - |
| YUV | 122.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 145 | 0.43 | 0.04 | 0 | 0.43 | 185.71 | 0.28 | 0.45 |
| Hex | 52 | 8B | 91 | 2B | 4 | 0 | 2B | BA | 1C | 2D |
| Octal | 122 | 213 | 221 | 53 | 4 | 0 | 53 | 272 | 34 | 55 |
| Binary | 1010010 | 10001011 | 10010001 | 101011 | 100 | 0 | 101011 | 10111010 | 11100 | 101101 |
Color Harmonies of #528B91
Complementary color
Monochromatic Colors of #528B91
Black with #528B91
Text Example
Text Example
White with #528B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B91; }
p { color: rgb(82,139,145); }
H1.HeaderClassName
{
color: #528B91;
}
.AnyTagClassName
{
color: #528B91;
}
</style>
background-color css
<style>
a { background-color: #528B91; }
a { background-color: rgb(82,139,145); }
div.DivClassName
{
background-color: #528B91;
}
.BgClassName
{
background-color: #528B91;
}
</style>
border-color css
<style>
span { border-color: #528B91; }
span { border-color: rgb(82,139,145); }
td.TdClassName
{
border-color: #528B91;
}
.TagClassName
{
border-color: #528B91;
}
</style>