Shades of Half Baked #528A92
Tints of Half Baked #528A92
RGB
CMYK
RGB Variations
Color information
#528A92 (or 0x528A92) is known color: Half Baked. HEX triplet: 52, 8A and 92. RGB value is (82,138,146). Sum of RGB (Red+Green+Blue) = 82+138+146=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #528A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A92 is #AD756D. Grayscale: #7A7A7A. Windows color (decimal): -11367790 or 9603666. OLE color: 9603666.
HSL color Cylindrical-coordinate representation of color #528A92: hue angle of 187.5º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528A92 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 138 | 146 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.43 |
| HSL | 187.5º | 0.28% | 0.45% | - |
| HSV(B) | 187.5º | 0.44% | 0.57% | - |
| XYZ | 17.76 | 22.05 | 30.51 | - |
| YUV | 122.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 146 | 0.44 | 0.05 | 0 | 0.43 | 187.5 | 0.28 | 0.45 |
| Hex | 52 | 8A | 92 | 2C | 5 | 0 | 2B | BC | 1C | 2D |
| Octal | 122 | 212 | 222 | 54 | 5 | 0 | 53 | 274 | 34 | 55 |
| Binary | 1010010 | 10001010 | 10010010 | 101100 | 101 | 0 | 101011 | 10111100 | 11100 | 101101 |
Color Harmonies of #528A92
Complementary color
Monochromatic Colors of #528A92
Black with #528A92
Text Example
Text Example
White with #528A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A92; }
p { color: rgb(82,138,146); }
H1.HeaderClassName
{
color: #528A92;
}
.AnyTagClassName
{
color: #528A92;
}
</style>
background-color css
<style>
a { background-color: #528A92; }
a { background-color: rgb(82,138,146); }
div.DivClassName
{
background-color: #528A92;
}
.BgClassName
{
background-color: #528A92;
}
</style>
border-color css
<style>
span { border-color: #528A92; }
span { border-color: rgb(82,138,146); }
td.TdClassName
{
border-color: #528A92;
}
.TagClassName
{
border-color: #528A92;
}
</style>