Shades of Half Baked #528B90
Tints of Half Baked #528B90
RGB
CMYK
RGB Variations
Color information
#528B90 (or 0x528B90) is known color: Half Baked. HEX triplet: 52, 8B and 90. RGB value is (82,139,144). Sum of RGB (Red+Green+Blue) = 82+139+144=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #528B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B90 is #AD746F. Grayscale: #7A7A7A. Windows color (decimal): -11367536 or 9472850. OLE color: 9472850.
HSL color Cylindrical-coordinate representation of color #528B90: hue angle of 184.84º 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 #528B90 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 139 | 144 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.44 |
| HSL | 184.84º | 0.27% | 0.44% | - |
| HSV(B) | 184.84º | 0.43% | 0.56% | - |
| XYZ | 17.75 | 22.27 | 29.75 | - |
| YUV | 122.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 144 | 0.43 | 0.03 | 0 | 0.44 | 184.84 | 0.27 | 0.44 |
| Hex | 52 | 8B | 90 | 2B | 3 | 0 | 2C | B9 | 1B | 2C |
| Octal | 122 | 213 | 220 | 53 | 3 | 0 | 54 | 271 | 33 | 54 |
| Binary | 1010010 | 10001011 | 10010000 | 101011 | 11 | 0 | 101100 | 10111001 | 11011 | 101100 |
Color Harmonies of #528B90
Complementary color
Monochromatic Colors of #528B90
Black with #528B90
Text Example
Text Example
White with #528B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B90; }
p { color: rgb(82,139,144); }
H1.HeaderClassName
{
color: #528B90;
}
.AnyTagClassName
{
color: #528B90;
}
</style>
background-color css
<style>
a { background-color: #528B90; }
a { background-color: rgb(82,139,144); }
div.DivClassName
{
background-color: #528B90;
}
.BgClassName
{
background-color: #528B90;
}
</style>
border-color css
<style>
span { border-color: #528B90; }
span { border-color: rgb(82,139,144); }
td.TdClassName
{
border-color: #528B90;
}
.TagClassName
{
border-color: #528B90;
}
</style>