Shades of Half Baked #509090
Tints of Half Baked #509090
RGB
CMYK
RGB Variations
Color information
#509090 (or 0x509090) is known color: Half Baked. HEX triplet: 50, 90 and 90. RGB value is (80,144,144). Sum of RGB (Red+Green+Blue) = 80+144+144=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #509090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509090 is #AF6F6F. Grayscale: #7C7C7C. Windows color (decimal): -11497328 or 9474128. OLE color: 9474128.
HSL color Cylindrical-coordinate representation of color #509090: hue angle of 180º degrees, saturation: 0.29, 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 #509090 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 144 | - |
| CMYK | 0.44 | 0 | 0 | 0.44 |
| HSL | 180º | 0.29% | 0.44% | - |
| HSV(B) | 180º | 0.44% | 0.56% | - |
| XYZ | 18.32 | 23.67 | 29.99 | - |
| YUV | 124.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 144 | 0.44 | 0 | 0 | 0.44 | 180 | 0.29 | 0.44 |
| Hex | 50 | 90 | 90 | 2C | 0 | 0 | 2C | B4 | 1D | 2C |
| Octal | 120 | 220 | 220 | 54 | 0 | 0 | 54 | 264 | 35 | 54 |
| Binary | 1010000 | 10010000 | 10010000 | 101100 | 0 | 0 | 101100 | 10110100 | 11101 | 101100 |
Color Harmonies of #509090
Complementary color
Monochromatic Colors of #509090
Black with #509090
Text Example
Text Example
White with #509090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509090; }
p { color: rgb(80,144,144); }
H1.HeaderClassName
{
color: #509090;
}
.AnyTagClassName
{
color: #509090;
}
</style>
background-color css
<style>
a { background-color: #509090; }
a { background-color: rgb(80,144,144); }
div.DivClassName
{
background-color: #509090;
}
.BgClassName
{
background-color: #509090;
}
</style>
border-color css
<style>
span { border-color: #509090; }
span { border-color: rgb(80,144,144); }
td.TdClassName
{
border-color: #509090;
}
.TagClassName
{
border-color: #509090;
}
</style>