Shades of Half Baked #528D93
Tints of Half Baked #528D93
RGB
CMYK
RGB Variations
Color information
#528D93 (or 0x528D93) is known color: Half Baked. HEX triplet: 52, 8D and 93. RGB value is (82,141,147). Sum of RGB (Red+Green+Blue) = 82+141+147=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #528D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528D93 is #AD726C. Grayscale: #7B7B7B. Windows color (decimal): -11367021 or 9669970. OLE color: 9669970.
HSL color Cylindrical-coordinate representation of color #528D93: hue angle of 185.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528D93 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 141 | 147 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.42 |
| HSL | 185.54º | 0.28% | 0.45% | - |
| HSV(B) | 185.54º | 0.44% | 0.58% | - |
| XYZ | 18.27 | 22.95 | 31.07 | - |
| YUV | 124.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 147 | 0.44 | 0.04 | 0 | 0.42 | 185.54 | 0.28 | 0.45 |
| Hex | 52 | 8D | 93 | 2C | 4 | 0 | 2A | BA | 1C | 2D |
| Octal | 122 | 215 | 223 | 54 | 4 | 0 | 52 | 272 | 34 | 55 |
| Binary | 1010010 | 10001101 | 10010011 | 101100 | 100 | 0 | 101010 | 10111010 | 11100 | 101101 |
Color Harmonies of #528D93
Complementary color
Monochromatic Colors of #528D93
Black with #528D93
Text Example
Text Example
White with #528D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D93; }
p { color: rgb(82,141,147); }
H1.HeaderClassName
{
color: #528D93;
}
.AnyTagClassName
{
color: #528D93;
}
</style>
background-color css
<style>
a { background-color: #528D93; }
a { background-color: rgb(82,141,147); }
div.DivClassName
{
background-color: #528D93;
}
.BgClassName
{
background-color: #528D93;
}
</style>
border-color css
<style>
span { border-color: #528D93; }
span { border-color: rgb(82,141,147); }
td.TdClassName
{
border-color: #528D93;
}
.TagClassName
{
border-color: #528D93;
}
</style>