Shades of Half Baked #518F95
Tints of Half Baked #518F95
RGB
CMYK
RGB Variations
Color information
#518F95 (or 0x518F95) is known color: Half Baked. HEX triplet: 51, 8F and 95. RGB value is (81,143,149). Sum of RGB (Red+Green+Blue) = 81+143+149=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #518F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518F95 is #AE706A. Grayscale: #7D7D7D. Windows color (decimal): -11432043 or 9801553. OLE color: 9801553.
HSL color Cylindrical-coordinate representation of color #518F95: hue angle of 185.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518F95 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 143 | 149 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.42 |
| HSL | 185.29º | 0.3% | 0.45% | - |
| HSV(B) | 185.29º | 0.46% | 0.58% | - |
| XYZ | 18.64 | 23.56 | 32 | - |
| YUV | 125.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 149 | 0.46 | 0.04 | 0 | 0.42 | 185.29 | 0.3 | 0.45 |
| Hex | 51 | 8F | 95 | 2E | 4 | 0 | 2A | B9 | 1E | 2D |
| Octal | 121 | 217 | 225 | 56 | 4 | 0 | 52 | 271 | 36 | 55 |
| Binary | 1010001 | 10001111 | 10010101 | 101110 | 100 | 0 | 101010 | 10111001 | 11110 | 101101 |
Color Harmonies of #518F95
Complementary color
Monochromatic Colors of #518F95
Black with #518F95
Text Example
Text Example
White with #518F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F95; }
p { color: rgb(81,143,149); }
H1.HeaderClassName
{
color: #518F95;
}
.AnyTagClassName
{
color: #518F95;
}
</style>
background-color css
<style>
a { background-color: #518F95; }
a { background-color: rgb(81,143,149); }
div.DivClassName
{
background-color: #518F95;
}
.BgClassName
{
background-color: #518F95;
}
</style>
border-color css
<style>
span { border-color: #518F95; }
span { border-color: rgb(81,143,149); }
td.TdClassName
{
border-color: #518F95;
}
.TagClassName
{
border-color: #518F95;
}
</style>