Shades of Half Baked #519195
Tints of Half Baked #519195
RGB
CMYK
RGB Variations
Color information
#519195 (or 0x519195) is known color: Half Baked. HEX triplet: 51, 91 and 95. RGB value is (81,145,149). Sum of RGB (Red+Green+Blue) = 81+145+149=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #519195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519195 is #AE6E6A. Grayscale: #7E7E7E. Windows color (decimal): -11431531 or 9802065. OLE color: 9802065.
HSL color Cylindrical-coordinate representation of color #519195: hue angle of 183.53º 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 #519195 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 145 | 149 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.42 |
| HSL | 183.53º | 0.3% | 0.45% | - |
| HSV(B) | 183.53º | 0.46% | 0.58% | - |
| XYZ | 18.94 | 24.17 | 32.1 | - |
| YUV | 126.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 149 | 0.46 | 0.03 | 0 | 0.42 | 183.53 | 0.3 | 0.45 |
| Hex | 51 | 91 | 95 | 2E | 3 | 0 | 2A | B8 | 1E | 2D |
| Octal | 121 | 221 | 225 | 56 | 3 | 0 | 52 | 270 | 36 | 55 |
| Binary | 1010001 | 10010001 | 10010101 | 101110 | 11 | 0 | 101010 | 10111000 | 11110 | 101101 |
Color Harmonies of #519195
Complementary color
Monochromatic Colors of #519195
Black with #519195
Text Example
Text Example
White with #519195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519195; }
p { color: rgb(81,145,149); }
H1.HeaderClassName
{
color: #519195;
}
.AnyTagClassName
{
color: #519195;
}
</style>
background-color css
<style>
a { background-color: #519195; }
a { background-color: rgb(81,145,149); }
div.DivClassName
{
background-color: #519195;
}
.BgClassName
{
background-color: #519195;
}
</style>
border-color css
<style>
span { border-color: #519195; }
span { border-color: rgb(81,145,149); }
td.TdClassName
{
border-color: #519195;
}
.TagClassName
{
border-color: #519195;
}
</style>