Shades of Half Baked #518C8D
Tints of Half Baked #518C8D
RGB
CMYK
RGB Variations
Color information
#518C8D (or 0x518C8D) is known color: Half Baked. HEX triplet: 51, 8C and 8D. RGB value is (81,140,141). Sum of RGB (Red+Green+Blue) = 81+140+141=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #518C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C8D is #AE7372. Grayscale: #7A7A7A. Windows color (decimal): -11432819 or 9276497. OLE color: 9276497.
HSL color Cylindrical-coordinate representation of color #518C8D: hue angle of 181º 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 #518C8D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 140 | 141 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.45 |
| HSL | 181º | 0.27% | 0.44% | - |
| HSV(B) | 181º | 0.43% | 0.55% | - |
| XYZ | 17.58 | 22.43 | 28.6 | - |
| YUV | 122.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 141 | 0.43 | 0.01 | 0 | 0.45 | 181 | 0.27 | 0.44 |
| Hex | 51 | 8C | 8D | 2B | 1 | 0 | 2D | B5 | 1B | 2C |
| Octal | 121 | 214 | 215 | 53 | 1 | 0 | 55 | 265 | 33 | 54 |
| Binary | 1010001 | 10001100 | 10001101 | 101011 | 1 | 0 | 101101 | 10110101 | 11011 | 101100 |
Color Harmonies of #518C8D
Complementary color
Monochromatic Colors of #518C8D
Black with #518C8D
Text Example
Text Example
White with #518C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C8D; }
p { color: rgb(81,140,141); }
H1.HeaderClassName
{
color: #518C8D;
}
.AnyTagClassName
{
color: #518C8D;
}
</style>
background-color css
<style>
a { background-color: #518C8D; }
a { background-color: rgb(81,140,141); }
div.DivClassName
{
background-color: #518C8D;
}
.BgClassName
{
background-color: #518C8D;
}
</style>
border-color css
<style>
span { border-color: #518C8D; }
span { border-color: rgb(81,140,141); }
td.TdClassName
{
border-color: #518C8D;
}
.TagClassName
{
border-color: #518C8D;
}
</style>