Shades of Half Baked #509699
Tints of Half Baked #509699
RGB
CMYK
RGB Variations
Color information
#509699 (or 0x509699) is known color: Half Baked. HEX triplet: 50, 96 and 99. RGB value is (80,150,153). Sum of RGB (Red+Green+Blue) = 80+150+153=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #509699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509699 is #AF6966. Grayscale: #818181. Windows color (decimal): -11495783 or 10065488. OLE color: 10065488.
HSL color Cylindrical-coordinate representation of color #509699: hue angle of 182.47º 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 #509699 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 150 | 153 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.4 |
| HSL | 182.47º | 0.31% | 0.46% | - |
| HSV(B) | 182.47º | 0.48% | 0.6% | - |
| XYZ | 19.96 | 25.82 | 34.07 | - |
| YUV | 129.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 153 | 0.48 | 0.02 | 0 | 0.4 | 182.47 | 0.31 | 0.46 |
| Hex | 50 | 96 | 99 | 30 | 2 | 0 | 28 | B6 | 1F | 2E |
| Octal | 120 | 226 | 231 | 60 | 2 | 0 | 50 | 266 | 37 | 56 |
| Binary | 1010000 | 10010110 | 10011001 | 110000 | 10 | 0 | 101000 | 10110110 | 11111 | 101110 |
Color Harmonies of #509699
Complementary color
Monochromatic Colors of #509699
Black with #509699
Text Example
Text Example
White with #509699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509699; }
p { color: rgb(80,150,153); }
H1.HeaderClassName
{
color: #509699;
}
.AnyTagClassName
{
color: #509699;
}
</style>
background-color css
<style>
a { background-color: #509699; }
a { background-color: rgb(80,150,153); }
div.DivClassName
{
background-color: #509699;
}
.BgClassName
{
background-color: #509699;
}
</style>
border-color css
<style>
span { border-color: #509699; }
span { border-color: rgb(80,150,153); }
td.TdClassName
{
border-color: #509699;
}
.TagClassName
{
border-color: #509699;
}
</style>