Shades of Half Baked #509295
Tints of Half Baked #509295
RGB
CMYK
RGB Variations
Color information
#509295 (or 0x509295) is known color: Half Baked. HEX triplet: 50, 92 and 95. RGB value is (80,146,149). Sum of RGB (Red+Green+Blue) = 80+146+149=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #509295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509295 is #AF6D6A. Grayscale: #7E7E7E. Windows color (decimal): -11496811 or 9802320. OLE color: 9802320.
HSL color Cylindrical-coordinate representation of color #509295: hue angle of 182.61º 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 #509295 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 146 | 149 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.42 |
| HSL | 182.61º | 0.3% | 0.45% | - |
| HSV(B) | 182.61º | 0.46% | 0.58% | - |
| XYZ | 19.01 | 24.43 | 32.15 | - |
| YUV | 126.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 149 | 0.46 | 0.02 | 0 | 0.42 | 182.61 | 0.3 | 0.45 |
| Hex | 50 | 92 | 95 | 2E | 2 | 0 | 2A | B7 | 1E | 2D |
| Octal | 120 | 222 | 225 | 56 | 2 | 0 | 52 | 267 | 36 | 55 |
| Binary | 1010000 | 10010010 | 10010101 | 101110 | 10 | 0 | 101010 | 10110111 | 11110 | 101101 |
Color Harmonies of #509295
Complementary color
Monochromatic Colors of #509295
Black with #509295
Text Example
Text Example
White with #509295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509295; }
p { color: rgb(80,146,149); }
H1.HeaderClassName
{
color: #509295;
}
.AnyTagClassName
{
color: #509295;
}
</style>
background-color css
<style>
a { background-color: #509295; }
a { background-color: rgb(80,146,149); }
div.DivClassName
{
background-color: #509295;
}
.BgClassName
{
background-color: #509295;
}
</style>
border-color css
<style>
span { border-color: #509295; }
span { border-color: rgb(80,146,149); }
td.TdClassName
{
border-color: #509295;
}
.TagClassName
{
border-color: #509295;
}
</style>