Shades of Half Baked #518C92
Tints of Half Baked #518C92
RGB
CMYK
RGB Variations
Color information
#518C92 (or 0x518C92) is known color: Half Baked. HEX triplet: 51, 8C and 92. RGB value is (81,140,146). Sum of RGB (Red+Green+Blue) = 81+140+146=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #518C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C92 is #AE736D. Grayscale: #7A7A7A. Windows color (decimal): -11432814 or 9604177. OLE color: 9604177.
HSL color Cylindrical-coordinate representation of color #518C92: hue angle of 185.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518C92 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 140 | 146 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.43 |
| HSL | 185.54º | 0.29% | 0.45% | - |
| HSV(B) | 185.54º | 0.45% | 0.57% | - |
| XYZ | 17.96 | 22.58 | 30.61 | - |
| YUV | 123.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 146 | 0.45 | 0.04 | 0 | 0.43 | 185.54 | 0.29 | 0.45 |
| Hex | 51 | 8C | 92 | 2D | 4 | 0 | 2B | BA | 1D | 2D |
| Octal | 121 | 214 | 222 | 55 | 4 | 0 | 53 | 272 | 35 | 55 |
| Binary | 1010001 | 10001100 | 10010010 | 101101 | 100 | 0 | 101011 | 10111010 | 11101 | 101101 |
Color Harmonies of #518C92
Complementary color
Monochromatic Colors of #518C92
Black with #518C92
Text Example
Text Example
White with #518C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C92; }
p { color: rgb(81,140,146); }
H1.HeaderClassName
{
color: #518C92;
}
.AnyTagClassName
{
color: #518C92;
}
</style>
background-color css
<style>
a { background-color: #518C92; }
a { background-color: rgb(81,140,146); }
div.DivClassName
{
background-color: #518C92;
}
.BgClassName
{
background-color: #518C92;
}
</style>
border-color css
<style>
span { border-color: #518C92; }
span { border-color: rgb(81,140,146); }
td.TdClassName
{
border-color: #518C92;
}
.TagClassName
{
border-color: #518C92;
}
</style>