Shades of Half Baked #518993
Tints of Half Baked #518993
RGB
CMYK
RGB Variations
Color information
#518993 (or 0x518993) is known color: Half Baked. HEX triplet: 51, 89 and 93. RGB value is (81,137,147). Sum of RGB (Red+Green+Blue) = 81+137+147=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #518993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518993 is #AE766C. Grayscale: #797979. Windows color (decimal): -11433581 or 9668945. OLE color: 9668945.
HSL color Cylindrical-coordinate representation of color #518993: hue angle of 189.09º 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 #518993 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 137 | 147 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.42 |
| HSL | 189.09º | 0.29% | 0.45% | - |
| HSV(B) | 189.09º | 0.45% | 0.58% | - |
| XYZ | 17.61 | 21.75 | 30.87 | - |
| YUV | 121.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 147 | 0.45 | 0.07 | 0 | 0.42 | 189.09 | 0.29 | 0.45 |
| Hex | 51 | 89 | 93 | 2D | 7 | 0 | 2A | BD | 1D | 2D |
| Octal | 121 | 211 | 223 | 55 | 7 | 0 | 52 | 275 | 35 | 55 |
| Binary | 1010001 | 10001001 | 10010011 | 101101 | 111 | 0 | 101010 | 10111101 | 11101 | 101101 |
Color Harmonies of #518993
Complementary color
Monochromatic Colors of #518993
Black with #518993
Text Example
Text Example
White with #518993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518993; }
p { color: rgb(81,137,147); }
H1.HeaderClassName
{
color: #518993;
}
.AnyTagClassName
{
color: #518993;
}
</style>
background-color css
<style>
a { background-color: #518993; }
a { background-color: rgb(81,137,147); }
div.DivClassName
{
background-color: #518993;
}
.BgClassName
{
background-color: #518993;
}
</style>
border-color css
<style>
span { border-color: #518993; }
span { border-color: rgb(81,137,147); }
td.TdClassName
{
border-color: #518993;
}
.TagClassName
{
border-color: #518993;
}
</style>