Shades of Half Baked #509093
Tints of Half Baked #509093
RGB
CMYK
RGB Variations
Color information
#509093 (or 0x509093) is known color: Half Baked. HEX triplet: 50, 90 and 93. RGB value is (80,144,147). Sum of RGB (Red+Green+Blue) = 80+144+147=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #509093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509093 is #AF6F6C. Grayscale: #7D7D7D. Windows color (decimal): -11497325 or 9670736. OLE color: 9670736.
HSL color Cylindrical-coordinate representation of color #509093: hue angle of 182.69º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509093 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 144 | 147 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.42 |
| HSL | 182.69º | 0.3% | 0.45% | - |
| HSV(B) | 182.69º | 0.46% | 0.58% | - |
| XYZ | 18.55 | 23.76 | 31.21 | - |
| YUV | 125.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 147 | 0.46 | 0.02 | 0 | 0.42 | 182.69 | 0.3 | 0.45 |
| Hex | 50 | 90 | 93 | 2E | 2 | 0 | 2A | B7 | 1E | 2D |
| Octal | 120 | 220 | 223 | 56 | 2 | 0 | 52 | 267 | 36 | 55 |
| Binary | 1010000 | 10010000 | 10010011 | 101110 | 10 | 0 | 101010 | 10110111 | 11110 | 101101 |
Color Harmonies of #509093
Complementary color
Monochromatic Colors of #509093
Black with #509093
Text Example
Text Example
White with #509093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509093; }
p { color: rgb(80,144,147); }
H1.HeaderClassName
{
color: #509093;
}
.AnyTagClassName
{
color: #509093;
}
</style>
background-color css
<style>
a { background-color: #509093; }
a { background-color: rgb(80,144,147); }
div.DivClassName
{
background-color: #509093;
}
.BgClassName
{
background-color: #509093;
}
</style>
border-color css
<style>
span { border-color: #509093; }
span { border-color: rgb(80,144,147); }
td.TdClassName
{
border-color: #509093;
}
.TagClassName
{
border-color: #509093;
}
</style>