Shades of Half Baked #518D97
Tints of Half Baked #518D97
RGB
CMYK
RGB Variations
Color information
#518D97 (or 0x518D97) is known color: Half Baked. HEX triplet: 51, 8D and 97. RGB value is (81,141,151). Sum of RGB (Red+Green+Blue) = 81+141+151=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #518D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D97 is #AE7268. Grayscale: #7C7C7C. Windows color (decimal): -11432553 or 9932113. OLE color: 9932113.
HSL color Cylindrical-coordinate representation of color #518D97: hue angle of 188.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 #518D97 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 141 | 151 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.41 |
| HSL | 188.57º | 0.3% | 0.45% | - |
| HSV(B) | 188.57º | 0.46% | 0.59% | - |
| XYZ | 18.5 | 23.03 | 32.75 | - |
| YUV | 124.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 151 | 0.46 | 0.07 | 0 | 0.41 | 188.57 | 0.3 | 0.45 |
| Hex | 51 | 8D | 97 | 2E | 7 | 0 | 29 | BD | 1E | 2D |
| Octal | 121 | 215 | 227 | 56 | 7 | 0 | 51 | 275 | 36 | 55 |
| Binary | 1010001 | 10001101 | 10010111 | 101110 | 111 | 0 | 101001 | 10111101 | 11110 | 101101 |
Color Harmonies of #518D97
Complementary color
Monochromatic Colors of #518D97
Black with #518D97
Text Example
Text Example
White with #518D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D97; }
p { color: rgb(81,141,151); }
H1.HeaderClassName
{
color: #518D97;
}
.AnyTagClassName
{
color: #518D97;
}
</style>
background-color css
<style>
a { background-color: #518D97; }
a { background-color: rgb(81,141,151); }
div.DivClassName
{
background-color: #518D97;
}
.BgClassName
{
background-color: #518D97;
}
</style>
border-color css
<style>
span { border-color: #518D97; }
span { border-color: rgb(81,141,151); }
td.TdClassName
{
border-color: #518D97;
}
.TagClassName
{
border-color: #518D97;
}
</style>