Shades of Half Baked #50929D
Tints of Half Baked #50929D
RGB
CMYK
RGB Variations
Color information
#50929D (or 0x50929D) is known color: Half Baked. HEX triplet: 50, 92 and 9D. RGB value is (80,146,157). Sum of RGB (Red+Green+Blue) = 80+146+157=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #50929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50929D is #AF6D62. Grayscale: #7F7F7F. Windows color (decimal): -11496803 or 10326608. OLE color: 10326608.
HSL color Cylindrical-coordinate representation of color #50929D: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50929D is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 146 | 157 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.38 |
| HSL | 188.57º | 0.32% | 0.46% | - |
| HSV(B) | 188.57º | 0.49% | 0.62% | - |
| XYZ | 19.67 | 24.7 | 35.63 | - |
| YUV | 127.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 157 | 0.49 | 0.07 | 0 | 0.38 | 188.57 | 0.32 | 0.46 |
| Hex | 50 | 92 | 9D | 31 | 7 | 0 | 26 | BD | 20 | 2E |
| Octal | 120 | 222 | 235 | 61 | 7 | 0 | 46 | 275 | 40 | 56 |
| Binary | 1010000 | 10010010 | 10011101 | 110001 | 111 | 0 | 100110 | 10111101 | 100000 | 101110 |
Color Harmonies of #50929D
Complementary color
Monochromatic Colors of #50929D
Black with #50929D
Text Example
Text Example
White with #50929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50929D; }
p { color: rgb(80,146,157); }
H1.HeaderClassName
{
color: #50929D;
}
.AnyTagClassName
{
color: #50929D;
}
</style>
background-color css
<style>
a { background-color: #50929D; }
a { background-color: rgb(80,146,157); }
div.DivClassName
{
background-color: #50929D;
}
.BgClassName
{
background-color: #50929D;
}
</style>
border-color css
<style>
span { border-color: #50929D; }
span { border-color: rgb(80,146,157); }
td.TdClassName
{
border-color: #50929D;
}
.TagClassName
{
border-color: #50929D;
}
</style>