Shades of Half Baked #509B99
Tints of Half Baked #509B99
RGB
CMYK
RGB Variations
Color information
#509B99 (or 0x509B99) is known color: Half Baked. HEX triplet: 50, 9B and 99. RGB value is (80,155,153). Sum of RGB (Red+Green+Blue) = 80+155+153=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #509B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509B99 is #AF6466. Grayscale: #848484. Windows color (decimal): -11494503 or 10066768. OLE color: 10066768.
HSL color Cylindrical-coordinate representation of color #509B99: hue angle of 178.4º 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 #509B99 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 153 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.39 |
| HSL | 178.4º | 0.32% | 0.46% | - |
| HSV(B) | 178.4º | 0.48% | 0.61% | - |
| XYZ | 20.78 | 27.45 | 34.34 | - |
| YUV | 132.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 153 | 0.48 | 0 | 0.01 | 0.39 | 178.4 | 0.32 | 0.46 |
| Hex | 50 | 9B | 99 | 30 | 0 | 1 | 27 | B2 | 20 | 2E |
| Octal | 120 | 233 | 231 | 60 | 0 | 1 | 47 | 262 | 40 | 56 |
| Binary | 1010000 | 10011011 | 10011001 | 110000 | 0 | 1 | 100111 | 10110010 | 100000 | 101110 |
Color Harmonies of #509B99
Complementary color
Monochromatic Colors of #509B99
Black with #509B99
Text Example
Text Example
White with #509B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B99; }
p { color: rgb(80,155,153); }
H1.HeaderClassName
{
color: #509B99;
}
.AnyTagClassName
{
color: #509B99;
}
</style>
background-color css
<style>
a { background-color: #509B99; }
a { background-color: rgb(80,155,153); }
div.DivClassName
{
background-color: #509B99;
}
.BgClassName
{
background-color: #509B99;
}
</style>
border-color css
<style>
span { border-color: #509B99; }
span { border-color: rgb(80,155,153); }
td.TdClassName
{
border-color: #509B99;
}
.TagClassName
{
border-color: #509B99;
}
</style>