Shades of Half Baked #509195
Tints of Half Baked #509195
RGB
CMYK
RGB Variations
Color information
#509195 (or 0x509195) is known color: Half Baked. HEX triplet: 50, 91 and 95. RGB value is (80,145,149). Sum of RGB (Red+Green+Blue) = 80+145+149=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #509195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509195 is #AF6E6A. Grayscale: #7D7D7D. Windows color (decimal): -11497067 or 9802064. OLE color: 9802064.
HSL color Cylindrical-coordinate representation of color #509195: hue angle of 183.48º 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 #509195 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 145 | 149 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.42 |
| HSL | 183.48º | 0.3% | 0.45% | - |
| HSV(B) | 183.48º | 0.46% | 0.58% | - |
| XYZ | 18.86 | 24.13 | 32.1 | - |
| YUV | 126.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 149 | 0.46 | 0.03 | 0 | 0.42 | 183.48 | 0.3 | 0.45 |
| Hex | 50 | 91 | 95 | 2E | 3 | 0 | 2A | B7 | 1E | 2D |
| Octal | 120 | 221 | 225 | 56 | 3 | 0 | 52 | 267 | 36 | 55 |
| Binary | 1010000 | 10010001 | 10010101 | 101110 | 11 | 0 | 101010 | 10110111 | 11110 | 101101 |
Color Harmonies of #509195
Complementary color
Monochromatic Colors of #509195
Black with #509195
Text Example
Text Example
White with #509195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509195; }
p { color: rgb(80,145,149); }
H1.HeaderClassName
{
color: #509195;
}
.AnyTagClassName
{
color: #509195;
}
</style>
background-color css
<style>
a { background-color: #509195; }
a { background-color: rgb(80,145,149); }
div.DivClassName
{
background-color: #509195;
}
.BgClassName
{
background-color: #509195;
}
</style>
border-color css
<style>
span { border-color: #509195; }
span { border-color: rgb(80,145,149); }
td.TdClassName
{
border-color: #509195;
}
.TagClassName
{
border-color: #509195;
}
</style>