Shades of Half Baked #50959C
Tints of Half Baked #50959C
RGB
CMYK
RGB Variations
Color information
#50959C (or 0x50959C) is known color: Half Baked. HEX triplet: 50, 95 and 9C. RGB value is (80,149,156). Sum of RGB (Red+Green+Blue) = 80+149+156=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #50959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50959C is #AF6A63. Grayscale: #818181. Windows color (decimal): -11496036 or 10261840. OLE color: 10261840.
HSL color Cylindrical-coordinate representation of color #50959C: hue angle of 185.53º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50959C is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 149 | 156 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.39 |
| HSL | 185.53º | 0.32% | 0.46% | - |
| HSV(B) | 185.53º | 0.49% | 0.61% | - |
| XYZ | 20.06 | 25.6 | 35.34 | - |
| YUV | 129.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 156 | 0.49 | 0.04 | 0 | 0.39 | 185.53 | 0.32 | 0.46 |
| Hex | 50 | 95 | 9C | 31 | 4 | 0 | 27 | BA | 20 | 2E |
| Octal | 120 | 225 | 234 | 61 | 4 | 0 | 47 | 272 | 40 | 56 |
| Binary | 1010000 | 10010101 | 10011100 | 110001 | 100 | 0 | 100111 | 10111010 | 100000 | 101110 |
Color Harmonies of #50959C
Complementary color
Monochromatic Colors of #50959C
Black with #50959C
Text Example
Text Example
White with #50959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50959C; }
p { color: rgb(80,149,156); }
H1.HeaderClassName
{
color: #50959C;
}
.AnyTagClassName
{
color: #50959C;
}
</style>
background-color css
<style>
a { background-color: #50959C; }
a { background-color: rgb(80,149,156); }
div.DivClassName
{
background-color: #50959C;
}
.BgClassName
{
background-color: #50959C;
}
</style>
border-color css
<style>
span { border-color: #50959C; }
span { border-color: rgb(80,149,156); }
td.TdClassName
{
border-color: #50959C;
}
.TagClassName
{
border-color: #50959C;
}
</style>