Shades of Half Baked #519391
Tints of Half Baked #519391
RGB
CMYK
RGB Variations
Color information
#519391 (or 0x519391) is known color: Half Baked. HEX triplet: 51, 93 and 91. RGB value is (81,147,145). Sum of RGB (Red+Green+Blue) = 81+147+145=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #519391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519391 is #AE6C6E. Grayscale: #7E7E7E. Windows color (decimal): -11431023 or 9540433. OLE color: 9540433.
HSL color Cylindrical-coordinate representation of color #519391: hue angle of 178.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519391 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 147 | 145 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.42 |
| HSL | 178.18º | 0.29% | 0.45% | - |
| HSV(B) | 178.18º | 0.45% | 0.58% | - |
| XYZ | 18.94 | 24.66 | 30.55 | - |
| YUV | 127.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 145 | 0.45 | 0 | 0.01 | 0.42 | 178.18 | 0.29 | 0.45 |
| Hex | 51 | 93 | 91 | 2D | 0 | 1 | 2A | B2 | 1D | 2D |
| Octal | 121 | 223 | 221 | 55 | 0 | 1 | 52 | 262 | 35 | 55 |
| Binary | 1010001 | 10010011 | 10010001 | 101101 | 0 | 1 | 101010 | 10110010 | 11101 | 101101 |
Color Harmonies of #519391
Complementary color
Monochromatic Colors of #519391
Black with #519391
Text Example
Text Example
White with #519391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519391; }
p { color: rgb(81,147,145); }
H1.HeaderClassName
{
color: #519391;
}
.AnyTagClassName
{
color: #519391;
}
</style>
background-color css
<style>
a { background-color: #519391; }
a { background-color: rgb(81,147,145); }
div.DivClassName
{
background-color: #519391;
}
.BgClassName
{
background-color: #519391;
}
</style>
border-color css
<style>
span { border-color: #519391; }
span { border-color: rgb(81,147,145); }
td.TdClassName
{
border-color: #519391;
}
.TagClassName
{
border-color: #519391;
}
</style>