Shades of Half Baked #528B8B
Tints of Half Baked #528B8B
RGB
CMYK
RGB Variations
Color information
#528B8B (or 0x528B8B) is known color: Half Baked. HEX triplet: 52, 8B and 8B. RGB value is (82,139,139). Sum of RGB (Red+Green+Blue) = 82+139+139=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #528B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528B8B is #AD7474. Grayscale: #797979. Windows color (decimal): -11367541 or 9145170. OLE color: 9145170.
HSL color Cylindrical-coordinate representation of color #528B8B: hue angle of 180º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B8B is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 139 | - |
| CMYK | 0.41 | 0 | 0 | 0.45 |
| HSL | 180º | 0.26% | 0.43% | - |
| HSV(B) | 180º | 0.41% | 0.55% | - |
| XYZ | 17.37 | 22.12 | 27.78 | - |
| YUV | 121.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 139 | 0.41 | 0 | 0 | 0.45 | 180 | 0.26 | 0.43 |
| Hex | 52 | 8B | 8B | 29 | 0 | 0 | 2D | B4 | 1A | 2B |
| Octal | 122 | 213 | 213 | 51 | 0 | 0 | 55 | 264 | 32 | 53 |
| Binary | 1010010 | 10001011 | 10001011 | 101001 | 0 | 0 | 101101 | 10110100 | 11010 | 101011 |
Color Harmonies of #528B8B
Complementary color
Monochromatic Colors of #528B8B
Black with #528B8B
Text Example
Text Example
White with #528B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B8B; }
p { color: rgb(82,139,139); }
H1.HeaderClassName
{
color: #528B8B;
}
.AnyTagClassName
{
color: #528B8B;
}
</style>
background-color css
<style>
a { background-color: #528B8B; }
a { background-color: rgb(82,139,139); }
div.DivClassName
{
background-color: #528B8B;
}
.BgClassName
{
background-color: #528B8B;
}
</style>
border-color css
<style>
span { border-color: #528B8B; }
span { border-color: rgb(82,139,139); }
td.TdClassName
{
border-color: #528B8B;
}
.TagClassName
{
border-color: #528B8B;
}
</style>