Shades of Half Baked #509190
Tints of Half Baked #509190
RGB
CMYK
RGB Variations
Color information
#509190 (or 0x509190) is known color: Half Baked. HEX triplet: 50, 91 and 90. RGB value is (80,145,144). Sum of RGB (Red+Green+Blue) = 80+145+144=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #509190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509190 is #AF6E6F. Grayscale: #7D7D7D. Windows color (decimal): -11497072 or 9474384. OLE color: 9474384.
HSL color Cylindrical-coordinate representation of color #509190: hue angle of 179.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509190 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 144 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.43 |
| HSL | 179.08º | 0.29% | 0.44% | - |
| HSV(B) | 179.08º | 0.45% | 0.57% | - |
| XYZ | 18.47 | 23.97 | 30.04 | - |
| YUV | 125.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 144 | 0.45 | 0 | 0.01 | 0.43 | 179.08 | 0.29 | 0.44 |
| Hex | 50 | 91 | 90 | 2D | 0 | 1 | 2B | B3 | 1D | 2C |
| Octal | 120 | 221 | 220 | 55 | 0 | 1 | 53 | 263 | 35 | 54 |
| Binary | 1010000 | 10010001 | 10010000 | 101101 | 0 | 1 | 101011 | 10110011 | 11101 | 101100 |
Color Harmonies of #509190
Complementary color
Monochromatic Colors of #509190
Black with #509190
Text Example
Text Example
White with #509190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509190; }
p { color: rgb(80,145,144); }
H1.HeaderClassName
{
color: #509190;
}
.AnyTagClassName
{
color: #509190;
}
</style>
background-color css
<style>
a { background-color: #509190; }
a { background-color: rgb(80,145,144); }
div.DivClassName
{
background-color: #509190;
}
.BgClassName
{
background-color: #509190;
}
</style>
border-color css
<style>
span { border-color: #509190; }
span { border-color: rgb(80,145,144); }
td.TdClassName
{
border-color: #509190;
}
.TagClassName
{
border-color: #509190;
}
</style>