Shades of Half Baked #509693
Tints of Half Baked #509693
RGB
CMYK
RGB Variations
Color information
#509693 (or 0x509693) is known color: Half Baked. HEX triplet: 50, 96 and 93. RGB value is (80,150,147). Sum of RGB (Red+Green+Blue) = 80+150+147=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #509693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509693 is #AF696C. Grayscale: #808080. Windows color (decimal): -11495789 or 9672272. OLE color: 9672272.
HSL color Cylindrical-coordinate representation of color #509693: hue angle of 177.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509693 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 147 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.41 |
| HSL | 177.43º | 0.3% | 0.45% | - |
| HSV(B) | 177.43º | 0.47% | 0.59% | - |
| XYZ | 19.48 | 25.62 | 31.52 | - |
| YUV | 128.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 147 | 0.47 | 0 | 0.02 | 0.41 | 177.43 | 0.3 | 0.45 |
| Hex | 50 | 96 | 93 | 2F | 0 | 2 | 29 | B1 | 1E | 2D |
| Octal | 120 | 226 | 223 | 57 | 0 | 2 | 51 | 261 | 36 | 55 |
| Binary | 1010000 | 10010110 | 10010011 | 101111 | 0 | 10 | 101001 | 10110001 | 11110 | 101101 |
Color Harmonies of #509693
Complementary color
Monochromatic Colors of #509693
Black with #509693
Text Example
Text Example
White with #509693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509693; }
p { color: rgb(80,150,147); }
H1.HeaderClassName
{
color: #509693;
}
.AnyTagClassName
{
color: #509693;
}
</style>
background-color css
<style>
a { background-color: #509693; }
a { background-color: rgb(80,150,147); }
div.DivClassName
{
background-color: #509693;
}
.BgClassName
{
background-color: #509693;
}
</style>
border-color css
<style>
span { border-color: #509693; }
span { border-color: rgb(80,150,147); }
td.TdClassName
{
border-color: #509693;
}
.TagClassName
{
border-color: #509693;
}
</style>