Shades of Half Baked #509194
Tints of Half Baked #509194
RGB
CMYK
RGB Variations
Color information
#509194 (or 0x509194) is known color: Half Baked. HEX triplet: 50, 91 and 94. RGB value is (80,145,148). Sum of RGB (Red+Green+Blue) = 80+145+148=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #509194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509194 is #AF6E6B. Grayscale: #7D7D7D. Windows color (decimal): -11497068 or 9736528. OLE color: 9736528.
HSL color Cylindrical-coordinate representation of color #509194: hue angle of 182.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 #509194 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 145 | 148 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.42 |
| HSL | 182.65º | 0.3% | 0.45% | - |
| HSV(B) | 182.65º | 0.46% | 0.58% | - |
| XYZ | 18.78 | 24.09 | 31.68 | - |
| YUV | 125.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 148 | 0.46 | 0.02 | 0 | 0.42 | 182.65 | 0.3 | 0.45 |
| Hex | 50 | 91 | 94 | 2E | 2 | 0 | 2A | B7 | 1E | 2D |
| Octal | 120 | 221 | 224 | 56 | 2 | 0 | 52 | 267 | 36 | 55 |
| Binary | 1010000 | 10010001 | 10010100 | 101110 | 10 | 0 | 101010 | 10110111 | 11110 | 101101 |
Color Harmonies of #509194
Complementary color
Monochromatic Colors of #509194
Black with #509194
Text Example
Text Example
White with #509194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509194; }
p { color: rgb(80,145,148); }
H1.HeaderClassName
{
color: #509194;
}
.AnyTagClassName
{
color: #509194;
}
</style>
background-color css
<style>
a { background-color: #509194; }
a { background-color: rgb(80,145,148); }
div.DivClassName
{
background-color: #509194;
}
.BgClassName
{
background-color: #509194;
}
</style>
border-color css
<style>
span { border-color: #509194; }
span { border-color: rgb(80,145,148); }
td.TdClassName
{
border-color: #509194;
}
.TagClassName
{
border-color: #509194;
}
</style>