Shades of Half Baked #509097
Tints of Half Baked #509097
RGB
CMYK
RGB Variations
Color information
#509097 (or 0x509097) is known color: Half Baked. HEX triplet: 50, 90 and 97. RGB value is (80,144,151). Sum of RGB (Red+Green+Blue) = 80+144+151=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #509097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509097 is #AF6F68. Grayscale: #7D7D7D. Windows color (decimal): -11497321 or 9932880. OLE color: 9932880.
HSL color Cylindrical-coordinate representation of color #509097: hue angle of 185.92º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509097 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 144 | 151 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.41 |
| HSL | 185.92º | 0.31% | 0.45% | - |
| HSV(B) | 185.92º | 0.47% | 0.59% | - |
| XYZ | 18.87 | 23.89 | 32.89 | - |
| YUV | 125.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 151 | 0.47 | 0.05 | 0 | 0.41 | 185.92 | 0.31 | 0.45 |
| Hex | 50 | 90 | 97 | 2F | 5 | 0 | 29 | BA | 1F | 2D |
| Octal | 120 | 220 | 227 | 57 | 5 | 0 | 51 | 272 | 37 | 55 |
| Binary | 1010000 | 10010000 | 10010111 | 101111 | 101 | 0 | 101001 | 10111010 | 11111 | 101101 |
Color Harmonies of #509097
Complementary color
Monochromatic Colors of #509097
Black with #509097
Text Example
Text Example
White with #509097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509097; }
p { color: rgb(80,144,151); }
H1.HeaderClassName
{
color: #509097;
}
.AnyTagClassName
{
color: #509097;
}
</style>
background-color css
<style>
a { background-color: #509097; }
a { background-color: rgb(80,144,151); }
div.DivClassName
{
background-color: #509097;
}
.BgClassName
{
background-color: #509097;
}
</style>
border-color css
<style>
span { border-color: #509097; }
span { border-color: rgb(80,144,151); }
td.TdClassName
{
border-color: #509097;
}
.TagClassName
{
border-color: #509097;
}
</style>