Shades of Half Baked #518D8D
Tints of Half Baked #518D8D
RGB
CMYK
RGB Variations
Color information
#518D8D (or 0x518D8D) is known color: Half Baked. HEX triplet: 51, 8D and 8D. RGB value is (81,141,141). Sum of RGB (Red+Green+Blue) = 81+141+141=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #518D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D8D is #AE7272. Grayscale: #7B7B7B. Windows color (decimal): -11432563 or 9276753. OLE color: 9276753.
HSL color Cylindrical-coordinate representation of color #518D8D: hue angle of 180º 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 #518D8D is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 141 | - |
| CMYK | 0.43 | 0 | 0 | 0.45 |
| HSL | 180º | 0.27% | 0.44% | - |
| HSV(B) | 180º | 0.43% | 0.55% | - |
| XYZ | 17.73 | 22.72 | 28.65 | - |
| YUV | 123.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 141 | 0.43 | 0 | 0 | 0.45 | 180 | 0.27 | 0.44 |
| Hex | 51 | 8D | 8D | 2B | 0 | 0 | 2D | B4 | 1B | 2C |
| Octal | 121 | 215 | 215 | 53 | 0 | 0 | 55 | 264 | 33 | 54 |
| Binary | 1010001 | 10001101 | 10001101 | 101011 | 0 | 0 | 101101 | 10110100 | 11011 | 101100 |
Color Harmonies of #518D8D
Complementary color
Monochromatic Colors of #518D8D
Black with #518D8D
Text Example
Text Example
White with #518D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D8D; }
p { color: rgb(81,141,141); }
H1.HeaderClassName
{
color: #518D8D;
}
.AnyTagClassName
{
color: #518D8D;
}
</style>
background-color css
<style>
a { background-color: #518D8D; }
a { background-color: rgb(81,141,141); }
div.DivClassName
{
background-color: #518D8D;
}
.BgClassName
{
background-color: #518D8D;
}
</style>
border-color css
<style>
span { border-color: #518D8D; }
span { border-color: rgb(81,141,141); }
td.TdClassName
{
border-color: #518D8D;
}
.TagClassName
{
border-color: #518D8D;
}
</style>