Shades of Half Baked #518E8C
Tints of Half Baked #518E8C
RGB
CMYK
RGB Variations
Color information
#518E8C (or 0x518E8C) is known color: Half Baked. HEX triplet: 51, 8E and 8C. RGB value is (81,142,140). Sum of RGB (Red+Green+Blue) = 81+142+140=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #518E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518E8C is #AE7173. Grayscale: #7B7B7B. Windows color (decimal): -11432308 or 9211473. OLE color: 9211473.
HSL color Cylindrical-coordinate representation of color #518E8C: hue angle of 178.03º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E8C is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 140 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.44 |
| HSL | 178.03º | 0.27% | 0.44% | - |
| HSV(B) | 178.03º | 0.43% | 0.56% | - |
| XYZ | 17.8 | 22.99 | 28.31 | - |
| YUV | 123.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 140 | 0.43 | 0 | 0.01 | 0.44 | 178.03 | 0.27 | 0.44 |
| Hex | 51 | 8E | 8C | 2B | 0 | 1 | 2C | B2 | 1B | 2C |
| Octal | 121 | 216 | 214 | 53 | 0 | 1 | 54 | 262 | 33 | 54 |
| Binary | 1010001 | 10001110 | 10001100 | 101011 | 0 | 1 | 101100 | 10110010 | 11011 | 101100 |
Color Harmonies of #518E8C
Complementary color
Monochromatic Colors of #518E8C
Black with #518E8C
Text Example
Text Example
White with #518E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E8C; }
p { color: rgb(81,142,140); }
H1.HeaderClassName
{
color: #518E8C;
}
.AnyTagClassName
{
color: #518E8C;
}
</style>
background-color css
<style>
a { background-color: #518E8C; }
a { background-color: rgb(81,142,140); }
div.DivClassName
{
background-color: #518E8C;
}
.BgClassName
{
background-color: #518E8C;
}
</style>
border-color css
<style>
span { border-color: #518E8C; }
span { border-color: rgb(81,142,140); }
td.TdClassName
{
border-color: #518E8C;
}
.TagClassName
{
border-color: #518E8C;
}
</style>