Shades of Half Baked #518D8A
Tints of Half Baked #518D8A
RGB
CMYK
RGB Variations
Color information
#518D8A (or 0x518D8A) is known color: Half Baked. HEX triplet: 51, 8D and 8A. RGB value is (81,141,138). Sum of RGB (Red+Green+Blue) = 81+141+138=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #518D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D8A is #AE7275. Grayscale: #7A7A7A. Windows color (decimal): -11432566 or 9080145. OLE color: 9080145.
HSL color Cylindrical-coordinate representation of color #518D8A: hue angle of 177º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D8A is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 138 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.45 |
| HSL | 177º | 0.27% | 0.44% | - |
| HSV(B) | 177º | 0.43% | 0.55% | - |
| XYZ | 17.51 | 22.63 | 27.49 | - |
| YUV | 122.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 138 | 0.43 | 0 | 0.02 | 0.45 | 177 | 0.27 | 0.44 |
| Hex | 51 | 8D | 8A | 2B | 0 | 2 | 2D | B1 | 1B | 2C |
| Octal | 121 | 215 | 212 | 53 | 0 | 2 | 55 | 261 | 33 | 54 |
| Binary | 1010001 | 10001101 | 10001010 | 101011 | 0 | 10 | 101101 | 10110001 | 11011 | 101100 |
Color Harmonies of #518D8A
Complementary color
Monochromatic Colors of #518D8A
Black with #518D8A
Text Example
Text Example
White with #518D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D8A; }
p { color: rgb(81,141,138); }
H1.HeaderClassName
{
color: #518D8A;
}
.AnyTagClassName
{
color: #518D8A;
}
</style>
background-color css
<style>
a { background-color: #518D8A; }
a { background-color: rgb(81,141,138); }
div.DivClassName
{
background-color: #518D8A;
}
.BgClassName
{
background-color: #518D8A;
}
</style>
border-color css
<style>
span { border-color: #518D8A; }
span { border-color: rgb(81,141,138); }
td.TdClassName
{
border-color: #518D8A;
}
.TagClassName
{
border-color: #518D8A;
}
</style>