Shades of Half Baked #518A8D
Tints of Half Baked #518A8D
RGB
CMYK
RGB Variations
Color information
#518A8D (or 0x518A8D) is known color: Half Baked. HEX triplet: 51, 8A and 8D. RGB value is (81,138,141). Sum of RGB (Red+Green+Blue) = 81+138+141=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #518A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518A8D is #AE7572. Grayscale: #797979. Windows color (decimal): -11433331 or 9275985. OLE color: 9275985.
HSL color Cylindrical-coordinate representation of color #518A8D: hue angle of 183º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518A8D is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 138 | 141 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.45 |
| HSL | 183º | 0.27% | 0.44% | - |
| HSV(B) | 183º | 0.43% | 0.55% | - |
| XYZ | 17.29 | 21.85 | 28.51 | - |
| YUV | 121.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 141 | 0.43 | 0.02 | 0 | 0.45 | 183 | 0.27 | 0.44 |
| Hex | 51 | 8A | 8D | 2B | 2 | 0 | 2D | B7 | 1B | 2C |
| Octal | 121 | 212 | 215 | 53 | 2 | 0 | 55 | 267 | 33 | 54 |
| Binary | 1010001 | 10001010 | 10001101 | 101011 | 10 | 0 | 101101 | 10110111 | 11011 | 101100 |
Color Harmonies of #518A8D
Complementary color
Monochromatic Colors of #518A8D
Black with #518A8D
Text Example
Text Example
White with #518A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518A8D; }
p { color: rgb(81,138,141); }
H1.HeaderClassName
{
color: #518A8D;
}
.AnyTagClassName
{
color: #518A8D;
}
</style>
background-color css
<style>
a { background-color: #518A8D; }
a { background-color: rgb(81,138,141); }
div.DivClassName
{
background-color: #518A8D;
}
.BgClassName
{
background-color: #518A8D;
}
</style>
border-color css
<style>
span { border-color: #518A8D; }
span { border-color: rgb(81,138,141); }
td.TdClassName
{
border-color: #518A8D;
}
.TagClassName
{
border-color: #518A8D;
}
</style>