Shades of Half Baked #519090
Tints of Half Baked #519090
RGB
CMYK
RGB Variations
Color information
#519090 (or 0x519090) is known color: Half Baked. HEX triplet: 51, 90 and 90. RGB value is (81,144,144). Sum of RGB (Red+Green+Blue) = 81+144+144=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #519090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519090 is #AE6F6F. Grayscale: #7D7D7D. Windows color (decimal): -11431792 or 9474129. OLE color: 9474129.
HSL color Cylindrical-coordinate representation of color #519090: hue angle of 180º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519090 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 144 | 144 | - |
| CMYK | 0.44 | 0 | 0 | 0.44 |
| HSL | 180º | 0.28% | 0.44% | - |
| HSV(B) | 180º | 0.44% | 0.56% | - |
| XYZ | 18.4 | 23.71 | 29.99 | - |
| YUV | 125.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 144 | 0.44 | 0 | 0 | 0.44 | 180 | 0.28 | 0.44 |
| Hex | 51 | 90 | 90 | 2C | 0 | 0 | 2C | B4 | 1C | 2C |
| Octal | 121 | 220 | 220 | 54 | 0 | 0 | 54 | 264 | 34 | 54 |
| Binary | 1010001 | 10010000 | 10010000 | 101100 | 0 | 0 | 101100 | 10110100 | 11100 | 101100 |
Color Harmonies of #519090
Complementary color
Monochromatic Colors of #519090
Black with #519090
Text Example
Text Example
White with #519090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519090; }
p { color: rgb(81,144,144); }
H1.HeaderClassName
{
color: #519090;
}
.AnyTagClassName
{
color: #519090;
}
</style>
background-color css
<style>
a { background-color: #519090; }
a { background-color: rgb(81,144,144); }
div.DivClassName
{
background-color: #519090;
}
.BgClassName
{
background-color: #519090;
}
</style>
border-color css
<style>
span { border-color: #519090; }
span { border-color: rgb(81,144,144); }
td.TdClassName
{
border-color: #519090;
}
.TagClassName
{
border-color: #519090;
}
</style>