Shades of Half Baked #509999
Tints of Half Baked #509999
RGB
CMYK
RGB Variations
Color information
#509999 (or 0x509999) is known color: Half Baked. HEX triplet: 50, 99 and 99. RGB value is (80,153,153). Sum of RGB (Red+Green+Blue) = 80+153+153=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #509999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509999 is #AF6666. Grayscale: #838383. Windows color (decimal): -11495015 or 10066256. OLE color: 10066256.
HSL color Cylindrical-coordinate representation of color #509999: hue angle of 180º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509999 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 153 | - |
| CMYK | 0.48 | 0 | 0 | 0.4 |
| HSL | 180º | 0.31% | 0.46% | - |
| HSV(B) | 180º | 0.48% | 0.6% | - |
| XYZ | 20.45 | 26.79 | 34.23 | - |
| YUV | 131.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 153 | 0.48 | 0 | 0 | 0.4 | 180 | 0.31 | 0.46 |
| Hex | 50 | 99 | 99 | 30 | 0 | 0 | 28 | B4 | 1F | 2E |
| Octal | 120 | 231 | 231 | 60 | 0 | 0 | 50 | 264 | 37 | 56 |
| Binary | 1010000 | 10011001 | 10011001 | 110000 | 0 | 0 | 101000 | 10110100 | 11111 | 101110 |
Color Harmonies of #509999
Complementary color
Monochromatic Colors of #509999
Black with #509999
Text Example
Text Example
White with #509999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509999; }
p { color: rgb(80,153,153); }
H1.HeaderClassName
{
color: #509999;
}
.AnyTagClassName
{
color: #509999;
}
</style>
background-color css
<style>
a { background-color: #509999; }
a { background-color: rgb(80,153,153); }
div.DivClassName
{
background-color: #509999;
}
.BgClassName
{
background-color: #509999;
}
</style>
border-color css
<style>
span { border-color: #509999; }
span { border-color: rgb(80,153,153); }
td.TdClassName
{
border-color: #509999;
}
.TagClassName
{
border-color: #509999;
}
</style>