Shades of Half Baked #52928E
Tints of Half Baked #52928E
RGB
CMYK
RGB Variations
Color information
#52928E (or 0x52928E) is known color: Half Baked. HEX triplet: 52, 92 and 8E. RGB value is (82,146,142). Sum of RGB (Red+Green+Blue) = 82+146+142=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #52928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52928E is #AD6D71. Grayscale: #7E7E7E. Windows color (decimal): -11365746 or 9343570. OLE color: 9343570.
HSL color Cylindrical-coordinate representation of color #52928E: hue angle of 176.25º 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 #52928E is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 142 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.43 |
| HSL | 176.25º | 0.28% | 0.45% | - |
| HSV(B) | 176.25º | 0.44% | 0.57% | - |
| XYZ | 18.64 | 24.3 | 29.3 | - |
| YUV | 126.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 142 | 0.44 | 0 | 0.03 | 0.43 | 176.25 | 0.28 | 0.45 |
| Hex | 52 | 92 | 8E | 2C | 0 | 3 | 2B | B0 | 1C | 2D |
| Octal | 122 | 222 | 216 | 54 | 0 | 3 | 53 | 260 | 34 | 55 |
| Binary | 1010010 | 10010010 | 10001110 | 101100 | 0 | 11 | 101011 | 10110000 | 11100 | 101101 |
Color Harmonies of #52928E
Complementary color
Monochromatic Colors of #52928E
Black with #52928E
Text Example
Text Example
White with #52928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52928E; }
p { color: rgb(82,146,142); }
H1.HeaderClassName
{
color: #52928E;
}
.AnyTagClassName
{
color: #52928E;
}
</style>
background-color css
<style>
a { background-color: #52928E; }
a { background-color: rgb(82,146,142); }
div.DivClassName
{
background-color: #52928E;
}
.BgClassName
{
background-color: #52928E;
}
</style>
border-color css
<style>
span { border-color: #52928E; }
span { border-color: rgb(82,146,142); }
td.TdClassName
{
border-color: #52928E;
}
.TagClassName
{
border-color: #52928E;
}
</style>