Shades of Half Baked #518E90
Tints of Half Baked #518E90
RGB
CMYK
RGB Variations
Color information
#518E90 (or 0x518E90) is known color: Half Baked. HEX triplet: 51, 8E and 90. RGB value is (81,142,144). Sum of RGB (Red+Green+Blue) = 81+142+144=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #518E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E90 is #AE716F. Grayscale: #7B7B7B. Windows color (decimal): -11432304 or 9473617. OLE color: 9473617.
HSL color Cylindrical-coordinate representation of color #518E90: hue angle of 181.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518E90 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 144 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.44 |
| HSL | 181.9º | 0.28% | 0.44% | - |
| HSV(B) | 181.9º | 0.44% | 0.56% | - |
| XYZ | 18.1 | 23.11 | 29.89 | - |
| YUV | 123.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 144 | 0.44 | 0.01 | 0 | 0.44 | 181.9 | 0.28 | 0.44 |
| Hex | 51 | 8E | 90 | 2C | 1 | 0 | 2C | B6 | 1C | 2C |
| Octal | 121 | 216 | 220 | 54 | 1 | 0 | 54 | 266 | 34 | 54 |
| Binary | 1010001 | 10001110 | 10010000 | 101100 | 1 | 0 | 101100 | 10110110 | 11100 | 101100 |
Color Harmonies of #518E90
Complementary color
Monochromatic Colors of #518E90
Black with #518E90
Text Example
Text Example
White with #518E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E90; }
p { color: rgb(81,142,144); }
H1.HeaderClassName
{
color: #518E90;
}
.AnyTagClassName
{
color: #518E90;
}
</style>
background-color css
<style>
a { background-color: #518E90; }
a { background-color: rgb(81,142,144); }
div.DivClassName
{
background-color: #518E90;
}
.BgClassName
{
background-color: #518E90;
}
</style>
border-color css
<style>
span { border-color: #518E90; }
span { border-color: rgb(81,142,144); }
td.TdClassName
{
border-color: #518E90;
}
.TagClassName
{
border-color: #518E90;
}
</style>