Shades of Half Baked #509293
Tints of Half Baked #509293
RGB
CMYK
RGB Variations
Color information
#509293 (or 0x509293) is known color: Half Baked. HEX triplet: 50, 92 and 93. RGB value is (80,146,147). Sum of RGB (Red+Green+Blue) = 80+146+147=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #509293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509293 is #AF6D6C. Grayscale: #7E7E7E. Windows color (decimal): -11496813 or 9671248. OLE color: 9671248.
HSL color Cylindrical-coordinate representation of color #509293: hue angle of 180.9º 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 #509293 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 146 | 147 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.42 |
| HSL | 180.9º | 0.3% | 0.45% | - |
| HSV(B) | 180.9º | 0.46% | 0.58% | - |
| XYZ | 18.85 | 24.37 | 31.31 | - |
| YUV | 126.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 147 | 0.46 | 0.01 | 0 | 0.42 | 180.9 | 0.3 | 0.45 |
| Hex | 50 | 92 | 93 | 2E | 1 | 0 | 2A | B5 | 1E | 2D |
| Octal | 120 | 222 | 223 | 56 | 1 | 0 | 52 | 265 | 36 | 55 |
| Binary | 1010000 | 10010010 | 10010011 | 101110 | 1 | 0 | 101010 | 10110101 | 11110 | 101101 |
Color Harmonies of #509293
Complementary color
Monochromatic Colors of #509293
Black with #509293
Text Example
Text Example
White with #509293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509293; }
p { color: rgb(80,146,147); }
H1.HeaderClassName
{
color: #509293;
}
.AnyTagClassName
{
color: #509293;
}
</style>
background-color css
<style>
a { background-color: #509293; }
a { background-color: rgb(80,146,147); }
div.DivClassName
{
background-color: #509293;
}
.BgClassName
{
background-color: #509293;
}
</style>
border-color css
<style>
span { border-color: #509293; }
span { border-color: rgb(80,146,147); }
td.TdClassName
{
border-color: #509293;
}
.TagClassName
{
border-color: #509293;
}
</style>