Shades of Half Baked #528F90
Tints of Half Baked #528F90
RGB
CMYK
RGB Variations
Color information
#528F90 (or 0x528F90) is known color: Half Baked. HEX triplet: 52, 8F and 90. RGB value is (82,143,144). Sum of RGB (Red+Green+Blue) = 82+143+144=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #528F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F90 is #AD706F. Grayscale: #7C7C7C. Windows color (decimal): -11366512 or 9473874. OLE color: 9473874.
HSL color Cylindrical-coordinate representation of color #528F90: hue angle of 180.97º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F90 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 143 | 144 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.44 |
| HSL | 180.97º | 0.27% | 0.44% | - |
| HSV(B) | 180.97º | 0.43% | 0.56% | - |
| XYZ | 18.34 | 23.45 | 29.95 | - |
| YUV | 124.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 144 | 0.43 | 0.01 | 0 | 0.44 | 180.97 | 0.27 | 0.44 |
| Hex | 52 | 8F | 90 | 2B | 1 | 0 | 2C | B5 | 1B | 2C |
| Octal | 122 | 217 | 220 | 53 | 1 | 0 | 54 | 265 | 33 | 54 |
| Binary | 1010010 | 10001111 | 10010000 | 101011 | 1 | 0 | 101100 | 10110101 | 11011 | 101100 |
Color Harmonies of #528F90
Complementary color
Monochromatic Colors of #528F90
Black with #528F90
Text Example
Text Example
White with #528F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528F90; }
p { color: rgb(82,143,144); }
H1.HeaderClassName
{
color: #528F90;
}
.AnyTagClassName
{
color: #528F90;
}
</style>
background-color css
<style>
a { background-color: #528F90; }
a { background-color: rgb(82,143,144); }
div.DivClassName
{
background-color: #528F90;
}
.BgClassName
{
background-color: #528F90;
}
</style>
border-color css
<style>
span { border-color: #528F90; }
span { border-color: rgb(82,143,144); }
td.TdClassName
{
border-color: #528F90;
}
.TagClassName
{
border-color: #528F90;
}
</style>