Shades of Half Baked #509197
Tints of Half Baked #509197
RGB
CMYK
RGB Variations
Color information
#509197 (or 0x509197) is known color: Half Baked. HEX triplet: 50, 91 and 97. RGB value is (80,145,151). Sum of RGB (Red+Green+Blue) = 80+145+151=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #509197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509197 is #AF6E68. Grayscale: #7E7E7E. Windows color (decimal): -11497065 or 9933136. OLE color: 9933136.
HSL color Cylindrical-coordinate representation of color #509197: hue angle of 185.07º 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 #509197 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 145 | 151 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.41 |
| HSL | 185.07º | 0.31% | 0.45% | - |
| HSV(B) | 185.07º | 0.47% | 0.59% | - |
| XYZ | 19.02 | 24.19 | 32.94 | - |
| YUV | 126.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 151 | 0.47 | 0.04 | 0 | 0.41 | 185.07 | 0.31 | 0.45 |
| Hex | 50 | 91 | 97 | 2F | 4 | 0 | 29 | B9 | 1F | 2D |
| Octal | 120 | 221 | 227 | 57 | 4 | 0 | 51 | 271 | 37 | 55 |
| Binary | 1010000 | 10010001 | 10010111 | 101111 | 100 | 0 | 101001 | 10111001 | 11111 | 101101 |
Color Harmonies of #509197
Complementary color
Monochromatic Colors of #509197
Black with #509197
Text Example
Text Example
White with #509197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509197; }
p { color: rgb(80,145,151); }
H1.HeaderClassName
{
color: #509197;
}
.AnyTagClassName
{
color: #509197;
}
</style>
background-color css
<style>
a { background-color: #509197; }
a { background-color: rgb(80,145,151); }
div.DivClassName
{
background-color: #509197;
}
.BgClassName
{
background-color: #509197;
}
</style>
border-color css
<style>
span { border-color: #509197; }
span { border-color: rgb(80,145,151); }
td.TdClassName
{
border-color: #509197;
}
.TagClassName
{
border-color: #509197;
}
</style>