Shades of Half Baked #518B96
Tints of Half Baked #518B96
RGB
CMYK
RGB Variations
Color information
#518B96 (or 0x518B96) is known color: Half Baked. HEX triplet: 51, 8B and 96. RGB value is (81,139,150). Sum of RGB (Red+Green+Blue) = 81+139+150=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #518B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B96 is #AE7469. Grayscale: #7A7A7A. Windows color (decimal): -11433066 or 9866065. OLE color: 9866065.
HSL color Cylindrical-coordinate representation of color #518B96: hue angle of 189.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #518B96 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 139 | 150 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.41 |
| HSL | 189.57º | 0.3% | 0.45% | - |
| HSV(B) | 189.57º | 0.46% | 0.59% | - |
| XYZ | 18.13 | 22.42 | 32.23 | - |
| YUV | 122.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 150 | 0.46 | 0.07 | 0 | 0.41 | 189.57 | 0.3 | 0.45 |
| Hex | 51 | 8B | 96 | 2E | 7 | 0 | 29 | BE | 1E | 2D |
| Octal | 121 | 213 | 226 | 56 | 7 | 0 | 51 | 276 | 36 | 55 |
| Binary | 1010001 | 10001011 | 10010110 | 101110 | 111 | 0 | 101001 | 10111110 | 11110 | 101101 |
Color Harmonies of #518B96
Complementary color
Monochromatic Colors of #518B96
Black with #518B96
Text Example
Text Example
White with #518B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B96; }
p { color: rgb(81,139,150); }
H1.HeaderClassName
{
color: #518B96;
}
.AnyTagClassName
{
color: #518B96;
}
</style>
background-color css
<style>
a { background-color: #518B96; }
a { background-color: rgb(81,139,150); }
div.DivClassName
{
background-color: #518B96;
}
.BgClassName
{
background-color: #518B96;
}
</style>
border-color css
<style>
span { border-color: #518B96; }
span { border-color: rgb(81,139,150); }
td.TdClassName
{
border-color: #518B96;
}
.TagClassName
{
border-color: #518B96;
}
</style>