Shades of Half Baked #53928E
Tints of Half Baked #53928E
RGB
CMYK
RGB Variations
Color information
#53928E (or 0x53928E) is known color: Half Baked. HEX triplet: 53, 92 and 8E. RGB value is (83,146,142). Sum of RGB (Red+Green+Blue) = 83+146+142=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #53928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53928E is #AC6D71. Grayscale: #7E7E7E. Windows color (decimal): -11300210 or 9343571. OLE color: 9343571.
HSL color Cylindrical-coordinate representation of color #53928E: hue angle of 176.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53928E is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 142 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.43 |
| HSL | 176.19º | 0.28% | 0.45% | - |
| HSV(B) | 176.19º | 0.43% | 0.57% | - |
| XYZ | 18.73 | 24.35 | 29.3 | - |
| YUV | 126.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 142 | 0.43 | 0 | 0.03 | 0.43 | 176.19 | 0.28 | 0.45 |
| Hex | 53 | 92 | 8E | 2B | 0 | 3 | 2B | B0 | 1C | 2D |
| Octal | 123 | 222 | 216 | 53 | 0 | 3 | 53 | 260 | 34 | 55 |
| Binary | 1010011 | 10010010 | 10001110 | 101011 | 0 | 11 | 101011 | 10110000 | 11100 | 101101 |
Color Harmonies of #53928E
Complementary color
Monochromatic Colors of #53928E
Black with #53928E
Text Example
Text Example
White with #53928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53928E; }
p { color: rgb(83,146,142); }
H1.HeaderClassName
{
color: #53928E;
}
.AnyTagClassName
{
color: #53928E;
}
</style>
background-color css
<style>
a { background-color: #53928E; }
a { background-color: rgb(83,146,142); }
div.DivClassName
{
background-color: #53928E;
}
.BgClassName
{
background-color: #53928E;
}
</style>
border-color css
<style>
span { border-color: #53928E; }
span { border-color: rgb(83,146,142); }
td.TdClassName
{
border-color: #53928E;
}
.TagClassName
{
border-color: #53928E;
}
</style>