Shades of Half Baked #519693
Tints of Half Baked #519693
RGB
CMYK
RGB Variations
Color information
#519693 (or 0x519693) is known color: Half Baked. HEX triplet: 51, 96 and 93. RGB value is (81,150,147). Sum of RGB (Red+Green+Blue) = 81+150+147=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #519693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519693 is #AE696C. Grayscale: #808080. Windows color (decimal): -11430253 or 9672273. OLE color: 9672273.
HSL color Cylindrical-coordinate representation of color #519693: hue angle of 177.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519693 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 147 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.41 |
| HSL | 177.39º | 0.3% | 0.45% | - |
| HSV(B) | 177.39º | 0.46% | 0.59% | - |
| XYZ | 19.57 | 25.67 | 31.53 | - |
| YUV | 129.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 147 | 0.46 | 0 | 0.02 | 0.41 | 177.39 | 0.3 | 0.45 |
| Hex | 51 | 96 | 93 | 2E | 0 | 2 | 29 | B1 | 1E | 2D |
| Octal | 121 | 226 | 223 | 56 | 0 | 2 | 51 | 261 | 36 | 55 |
| Binary | 1010001 | 10010110 | 10010011 | 101110 | 0 | 10 | 101001 | 10110001 | 11110 | 101101 |
Color Harmonies of #519693
Complementary color
Monochromatic Colors of #519693
Black with #519693
Text Example
Text Example
White with #519693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519693; }
p { color: rgb(81,150,147); }
H1.HeaderClassName
{
color: #519693;
}
.AnyTagClassName
{
color: #519693;
}
</style>
background-color css
<style>
a { background-color: #519693; }
a { background-color: rgb(81,150,147); }
div.DivClassName
{
background-color: #519693;
}
.BgClassName
{
background-color: #519693;
}
</style>
border-color css
<style>
span { border-color: #519693; }
span { border-color: rgb(81,150,147); }
td.TdClassName
{
border-color: #519693;
}
.TagClassName
{
border-color: #519693;
}
</style>