Shades of Half Baked #509899
Tints of Half Baked #509899
RGB
CMYK
RGB Variations
Color information
#509899 (or 0x509899) is known color: Half Baked. HEX triplet: 50, 98 and 99. RGB value is (80,152,153). Sum of RGB (Red+Green+Blue) = 80+152+153=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #509899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509899 is #AF6766. Grayscale: #828282. Windows color (decimal): -11495271 or 10066000. OLE color: 10066000.
HSL color Cylindrical-coordinate representation of color #509899: hue angle of 180.82º 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 #509899 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 152 | 153 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.4 |
| HSL | 180.82º | 0.31% | 0.46% | - |
| HSV(B) | 180.82º | 0.48% | 0.6% | - |
| XYZ | 20.29 | 26.46 | 34.18 | - |
| YUV | 130.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 153 | 0.48 | 0.01 | 0 | 0.4 | 180.82 | 0.31 | 0.46 |
| Hex | 50 | 98 | 99 | 30 | 1 | 0 | 28 | B5 | 1F | 2E |
| Octal | 120 | 230 | 231 | 60 | 1 | 0 | 50 | 265 | 37 | 56 |
| Binary | 1010000 | 10011000 | 10011001 | 110000 | 1 | 0 | 101000 | 10110101 | 11111 | 101110 |
Color Harmonies of #509899
Complementary color
Monochromatic Colors of #509899
Black with #509899
Text Example
Text Example
White with #509899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509899; }
p { color: rgb(80,152,153); }
H1.HeaderClassName
{
color: #509899;
}
.AnyTagClassName
{
color: #509899;
}
</style>
background-color css
<style>
a { background-color: #509899; }
a { background-color: rgb(80,152,153); }
div.DivClassName
{
background-color: #509899;
}
.BgClassName
{
background-color: #509899;
}
</style>
border-color css
<style>
span { border-color: #509899; }
span { border-color: rgb(80,152,153); }
td.TdClassName
{
border-color: #509899;
}
.TagClassName
{
border-color: #509899;
}
</style>