Shades of Half Baked #518D92
Tints of Half Baked #518D92
RGB
CMYK
RGB Variations
Color information
#518D92 (or 0x518D92) is known color: Half Baked. HEX triplet: 51, 8D and 92. RGB value is (81,141,146). Sum of RGB (Red+Green+Blue) = 81+141+146=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #518D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D92 is #AE726D. Grayscale: #7B7B7B. Windows color (decimal): -11432558 or 9604433. OLE color: 9604433.
HSL color Cylindrical-coordinate representation of color #518D92: hue angle of 184.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518D92 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 141 | 146 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.43 |
| HSL | 184.62º | 0.29% | 0.45% | - |
| HSV(B) | 184.62º | 0.45% | 0.57% | - |
| XYZ | 18.11 | 22.87 | 30.66 | - |
| YUV | 123.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 146 | 0.45 | 0.03 | 0 | 0.43 | 184.62 | 0.29 | 0.45 |
| Hex | 51 | 8D | 92 | 2D | 3 | 0 | 2B | B9 | 1D | 2D |
| Octal | 121 | 215 | 222 | 55 | 3 | 0 | 53 | 271 | 35 | 55 |
| Binary | 1010001 | 10001101 | 10010010 | 101101 | 11 | 0 | 101011 | 10111001 | 11101 | 101101 |
Color Harmonies of #518D92
Complementary color
Monochromatic Colors of #518D92
Black with #518D92
Text Example
Text Example
White with #518D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D92; }
p { color: rgb(81,141,146); }
H1.HeaderClassName
{
color: #518D92;
}
.AnyTagClassName
{
color: #518D92;
}
</style>
background-color css
<style>
a { background-color: #518D92; }
a { background-color: rgb(81,141,146); }
div.DivClassName
{
background-color: #518D92;
}
.BgClassName
{
background-color: #518D92;
}
</style>
border-color css
<style>
span { border-color: #518D92; }
span { border-color: rgb(81,141,146); }
td.TdClassName
{
border-color: #518D92;
}
.TagClassName
{
border-color: #518D92;
}
</style>