Shades of Half Baked #518B93
Tints of Half Baked #518B93
RGB
CMYK
RGB Variations
Color information
#518B93 (or 0x518B93) is known color: Half Baked. HEX triplet: 51, 8B and 93. RGB value is (81,139,147). Sum of RGB (Red+Green+Blue) = 81+139+147=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #518B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B93 is #AE746C. Grayscale: #7A7A7A. Windows color (decimal): -11433069 or 9669457. OLE color: 9669457.
HSL color Cylindrical-coordinate representation of color #518B93: hue angle of 187.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #518B93 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 139 | 147 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.42 |
| HSL | 187.27º | 0.29% | 0.45% | - |
| HSV(B) | 187.27º | 0.45% | 0.58% | - |
| XYZ | 17.89 | 22.32 | 30.97 | - |
| YUV | 122.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 147 | 0.45 | 0.05 | 0 | 0.42 | 187.27 | 0.29 | 0.45 |
| Hex | 51 | 8B | 93 | 2D | 5 | 0 | 2A | BB | 1D | 2D |
| Octal | 121 | 213 | 223 | 55 | 5 | 0 | 52 | 273 | 35 | 55 |
| Binary | 1010001 | 10001011 | 10010011 | 101101 | 101 | 0 | 101010 | 10111011 | 11101 | 101101 |
Color Harmonies of #518B93
Complementary color
Monochromatic Colors of #518B93
Black with #518B93
Text Example
Text Example
White with #518B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B93; }
p { color: rgb(81,139,147); }
H1.HeaderClassName
{
color: #518B93;
}
.AnyTagClassName
{
color: #518B93;
}
</style>
background-color css
<style>
a { background-color: #518B93; }
a { background-color: rgb(81,139,147); }
div.DivClassName
{
background-color: #518B93;
}
.BgClassName
{
background-color: #518B93;
}
</style>
border-color css
<style>
span { border-color: #518B93; }
span { border-color: rgb(81,139,147); }
td.TdClassName
{
border-color: #518B93;
}
.TagClassName
{
border-color: #518B93;
}
</style>