Shades of Half Baked #518B95
Tints of Half Baked #518B95
RGB
CMYK
RGB Variations
Color information
#518B95 (or 0x518B95) is known color: Half Baked. HEX triplet: 51, 8B and 95. RGB value is (81,139,149). Sum of RGB (Red+Green+Blue) = 81+139+149=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #518B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B95 is #AE746A. Grayscale: #7A7A7A. Windows color (decimal): -11433067 or 9800529. OLE color: 9800529.
HSL color Cylindrical-coordinate representation of color #518B95: hue angle of 188.82º 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 #518B95 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 139 | 149 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.42 |
| HSL | 188.82º | 0.3% | 0.45% | - |
| HSV(B) | 188.82º | 0.46% | 0.58% | - |
| XYZ | 18.05 | 22.38 | 31.8 | - |
| YUV | 122.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 149 | 0.46 | 0.07 | 0 | 0.42 | 188.82 | 0.3 | 0.45 |
| Hex | 51 | 8B | 95 | 2E | 7 | 0 | 2A | BD | 1E | 2D |
| Octal | 121 | 213 | 225 | 56 | 7 | 0 | 52 | 275 | 36 | 55 |
| Binary | 1010001 | 10001011 | 10010101 | 101110 | 111 | 0 | 101010 | 10111101 | 11110 | 101101 |
Color Harmonies of #518B95
Complementary color
Monochromatic Colors of #518B95
Black with #518B95
Text Example
Text Example
White with #518B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B95; }
p { color: rgb(81,139,149); }
H1.HeaderClassName
{
color: #518B95;
}
.AnyTagClassName
{
color: #518B95;
}
</style>
background-color css
<style>
a { background-color: #518B95; }
a { background-color: rgb(81,139,149); }
div.DivClassName
{
background-color: #518B95;
}
.BgClassName
{
background-color: #518B95;
}
</style>
border-color css
<style>
span { border-color: #518B95; }
span { border-color: rgb(81,139,149); }
td.TdClassName
{
border-color: #518B95;
}
.TagClassName
{
border-color: #518B95;
}
</style>