Shades of Half Baked #509696
Tints of Half Baked #509696
RGB
CMYK
RGB Variations
Color information
#509696 (or 0x509696) is known color: Half Baked. HEX triplet: 50, 96 and 96. RGB value is (80,150,150). Sum of RGB (Red+Green+Blue) = 80+150+150=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #509696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509696 is #AF6969. Grayscale: #818181. Windows color (decimal): -11495786 or 9868880. OLE color: 9868880.
HSL color Cylindrical-coordinate representation of color #509696: hue angle of 180º degrees, saturation: 0.3, 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 #509696 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 150 | - |
| CMYK | 0.47 | 0 | 0 | 0.41 |
| HSL | 180º | 0.3% | 0.45% | - |
| HSV(B) | 180º | 0.47% | 0.59% | - |
| XYZ | 19.72 | 25.72 | 32.78 | - |
| YUV | 129.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 150 | 0.47 | 0 | 0 | 0.41 | 180 | 0.3 | 0.45 |
| Hex | 50 | 96 | 96 | 2F | 0 | 0 | 29 | B4 | 1E | 2D |
| Octal | 120 | 226 | 226 | 57 | 0 | 0 | 51 | 264 | 36 | 55 |
| Binary | 1010000 | 10010110 | 10010110 | 101111 | 0 | 0 | 101001 | 10110100 | 11110 | 101101 |
Color Harmonies of #509696
Complementary color
Monochromatic Colors of #509696
Black with #509696
Text Example
Text Example
White with #509696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509696; }
p { color: rgb(80,150,150); }
H1.HeaderClassName
{
color: #509696;
}
.AnyTagClassName
{
color: #509696;
}
</style>
background-color css
<style>
a { background-color: #509696; }
a { background-color: rgb(80,150,150); }
div.DivClassName
{
background-color: #509696;
}
.BgClassName
{
background-color: #509696;
}
</style>
border-color css
<style>
span { border-color: #509696; }
span { border-color: rgb(80,150,150); }
td.TdClassName
{
border-color: #509696;
}
.TagClassName
{
border-color: #509696;
}
</style>