Shades of Half Baked #509192
Tints of Half Baked #509192
RGB
CMYK
RGB Variations
Color information
#509192 (or 0x509192) is known color: Half Baked. HEX triplet: 50, 91 and 92. RGB value is (80,145,146). Sum of RGB (Red+Green+Blue) = 80+145+146=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #509192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509192 is #AF6E6D. Grayscale: #7D7D7D. Windows color (decimal): -11497070 or 9605456. OLE color: 9605456.
HSL color Cylindrical-coordinate representation of color #509192: hue angle of 180.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509192 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 146 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.43 |
| HSL | 180.91º | 0.29% | 0.44% | - |
| HSV(B) | 180.91º | 0.45% | 0.57% | - |
| XYZ | 18.62 | 24.03 | 30.85 | - |
| YUV | 125.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 146 | 0.45 | 0.01 | 0 | 0.43 | 180.91 | 0.29 | 0.44 |
| Hex | 50 | 91 | 92 | 2D | 1 | 0 | 2B | B5 | 1D | 2C |
| Octal | 120 | 221 | 222 | 55 | 1 | 0 | 53 | 265 | 35 | 54 |
| Binary | 1010000 | 10010001 | 10010010 | 101101 | 1 | 0 | 101011 | 10110101 | 11101 | 101100 |
Color Harmonies of #509192
Complementary color
Monochromatic Colors of #509192
Black with #509192
Text Example
Text Example
White with #509192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509192; }
p { color: rgb(80,145,146); }
H1.HeaderClassName
{
color: #509192;
}
.AnyTagClassName
{
color: #509192;
}
</style>
background-color css
<style>
a { background-color: #509192; }
a { background-color: rgb(80,145,146); }
div.DivClassName
{
background-color: #509192;
}
.BgClassName
{
background-color: #509192;
}
</style>
border-color css
<style>
span { border-color: #509192; }
span { border-color: rgb(80,145,146); }
td.TdClassName
{
border-color: #509192;
}
.TagClassName
{
border-color: #509192;
}
</style>