Shades of Half Baked #50969B
Tints of Half Baked #50969B
RGB
CMYK
RGB Variations
Color information
#50969B (or 0x50969B) is known color: Half Baked. HEX triplet: 50, 96 and 9B. RGB value is (80,150,155). Sum of RGB (Red+Green+Blue) = 80+150+155=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #50969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50969B is #AF6964. Grayscale: #818181. Windows color (decimal): -11495781 or 10196560. OLE color: 10196560.
HSL color Cylindrical-coordinate representation of color #50969B: hue angle of 184º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50969B is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 150 | 155 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.39 |
| HSL | 184º | 0.32% | 0.46% | - |
| HSV(B) | 184º | 0.48% | 0.61% | - |
| XYZ | 20.13 | 25.88 | 34.95 | - |
| YUV | 129.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 155 | 0.48 | 0.03 | 0 | 0.39 | 184 | 0.32 | 0.46 |
| Hex | 50 | 96 | 9B | 30 | 3 | 0 | 27 | B8 | 20 | 2E |
| Octal | 120 | 226 | 233 | 60 | 3 | 0 | 47 | 270 | 40 | 56 |
| Binary | 1010000 | 10010110 | 10011011 | 110000 | 11 | 0 | 100111 | 10111000 | 100000 | 101110 |
Color Harmonies of #50969B
Complementary color
Monochromatic Colors of #50969B
Black with #50969B
Text Example
Text Example
White with #50969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50969B; }
p { color: rgb(80,150,155); }
H1.HeaderClassName
{
color: #50969B;
}
.AnyTagClassName
{
color: #50969B;
}
</style>
background-color css
<style>
a { background-color: #50969B; }
a { background-color: rgb(80,150,155); }
div.DivClassName
{
background-color: #50969B;
}
.BgClassName
{
background-color: #50969B;
}
</style>
border-color css
<style>
span { border-color: #50969B; }
span { border-color: rgb(80,150,155); }
td.TdClassName
{
border-color: #50969B;
}
.TagClassName
{
border-color: #50969B;
}
</style>