Shades of Half Baked #528F8D
Tints of Half Baked #528F8D
RGB
CMYK
RGB Variations
Color information
#528F8D (or 0x528F8D) is known color: Half Baked. HEX triplet: 52, 8F and 8D. RGB value is (82,143,141). Sum of RGB (Red+Green+Blue) = 82+143+141=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #528F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F8D is #AD7072. Grayscale: #7C7C7C. Windows color (decimal): -11366515 or 9277266. OLE color: 9277266.
HSL color Cylindrical-coordinate representation of color #528F8D: hue angle of 178.03º 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 #528F8D is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 143 | 141 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.44 |
| HSL | 178.03º | 0.27% | 0.44% | - |
| HSV(B) | 178.03º | 0.43% | 0.56% | - |
| XYZ | 18.11 | 23.36 | 28.75 | - |
| YUV | 124.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 141 | 0.43 | 0 | 0.01 | 0.44 | 178.03 | 0.27 | 0.44 |
| Hex | 52 | 8F | 8D | 2B | 0 | 1 | 2C | B2 | 1B | 2C |
| Octal | 122 | 217 | 215 | 53 | 0 | 1 | 54 | 262 | 33 | 54 |
| Binary | 1010010 | 10001111 | 10001101 | 101011 | 0 | 1 | 101100 | 10110010 | 11011 | 101100 |
Color Harmonies of #528F8D
Complementary color
Monochromatic Colors of #528F8D
Black with #528F8D
Text Example
Text Example
White with #528F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528F8D; }
p { color: rgb(82,143,141); }
H1.HeaderClassName
{
color: #528F8D;
}
.AnyTagClassName
{
color: #528F8D;
}
</style>
background-color css
<style>
a { background-color: #528F8D; }
a { background-color: rgb(82,143,141); }
div.DivClassName
{
background-color: #528F8D;
}
.BgClassName
{
background-color: #528F8D;
}
</style>
border-color css
<style>
span { border-color: #528F8D; }
span { border-color: rgb(82,143,141); }
td.TdClassName
{
border-color: #528F8D;
}
.TagClassName
{
border-color: #528F8D;
}
</style>