Shades of Half Baked #509590
Tints of Half Baked #509590
RGB
CMYK
RGB Variations
Color information
#509590 (or 0x509590) is known color: Half Baked. HEX triplet: 50, 95 and 90. RGB value is (80,149,144). Sum of RGB (Red+Green+Blue) = 80+149+144=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #509590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509590 is #AF6A6F. Grayscale: #7F7F7F. Windows color (decimal): -11496048 or 9475408. OLE color: 9475408.
HSL color Cylindrical-coordinate representation of color #509590: hue angle of 175.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509590 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 144 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.42 |
| HSL | 175.65º | 0.3% | 0.45% | - |
| HSV(B) | 175.65º | 0.46% | 0.58% | - |
| XYZ | 19.09 | 25.21 | 30.25 | - |
| YUV | 127.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 144 | 0.46 | 0 | 0.03 | 0.42 | 175.65 | 0.3 | 0.45 |
| Hex | 50 | 95 | 90 | 2E | 0 | 3 | 2A | B0 | 1E | 2D |
| Octal | 120 | 225 | 220 | 56 | 0 | 3 | 52 | 260 | 36 | 55 |
| Binary | 1010000 | 10010101 | 10010000 | 101110 | 0 | 11 | 101010 | 10110000 | 11110 | 101101 |
Color Harmonies of #509590
Complementary color
Monochromatic Colors of #509590
Black with #509590
Text Example
Text Example
White with #509590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509590; }
p { color: rgb(80,149,144); }
H1.HeaderClassName
{
color: #509590;
}
.AnyTagClassName
{
color: #509590;
}
</style>
background-color css
<style>
a { background-color: #509590; }
a { background-color: rgb(80,149,144); }
div.DivClassName
{
background-color: #509590;
}
.BgClassName
{
background-color: #509590;
}
</style>
border-color css
<style>
span { border-color: #509590; }
span { border-color: rgb(80,149,144); }
td.TdClassName
{
border-color: #509590;
}
.TagClassName
{
border-color: #509590;
}
</style>