Shades of Half Baked #509395
Tints of Half Baked #509395
RGB
CMYK
RGB Variations
Color information
#509395 (or 0x509395) is known color: Half Baked. HEX triplet: 50, 93 and 95. RGB value is (80,147,149). Sum of RGB (Red+Green+Blue) = 80+147+149=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #509395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509395 is #AF6C6A. Grayscale: #7F7F7F. Windows color (decimal): -11496555 or 9802576. OLE color: 9802576.
HSL color Cylindrical-coordinate representation of color #509395: hue angle of 181.74º 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 #509395 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 149 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.42 |
| HSL | 181.74º | 0.3% | 0.45% | - |
| HSV(B) | 181.74º | 0.46% | 0.58% | - |
| XYZ | 19.17 | 24.74 | 32.2 | - |
| YUV | 127.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 149 | 0.46 | 0.01 | 0 | 0.42 | 181.74 | 0.3 | 0.45 |
| Hex | 50 | 93 | 95 | 2E | 1 | 0 | 2A | B6 | 1E | 2D |
| Octal | 120 | 223 | 225 | 56 | 1 | 0 | 52 | 266 | 36 | 55 |
| Binary | 1010000 | 10010011 | 10010101 | 101110 | 1 | 0 | 101010 | 10110110 | 11110 | 101101 |
Color Harmonies of #509395
Complementary color
Monochromatic Colors of #509395
Black with #509395
Text Example
Text Example
White with #509395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509395; }
p { color: rgb(80,147,149); }
H1.HeaderClassName
{
color: #509395;
}
.AnyTagClassName
{
color: #509395;
}
</style>
background-color css
<style>
a { background-color: #509395; }
a { background-color: rgb(80,147,149); }
div.DivClassName
{
background-color: #509395;
}
.BgClassName
{
background-color: #509395;
}
</style>
border-color css
<style>
span { border-color: #509395; }
span { border-color: rgb(80,147,149); }
td.TdClassName
{
border-color: #509395;
}
.TagClassName
{
border-color: #509395;
}
</style>