Shades of Half Baked #519995
Tints of Half Baked #519995
RGB
CMYK
RGB Variations
Color information
#519995 (or 0x519995) is known color: Half Baked. HEX triplet: 51, 99 and 95. RGB value is (81,153,149). Sum of RGB (Red+Green+Blue) = 81+153+149=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #519995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519995 is #AE666A. Grayscale: #828282. Windows color (decimal): -11429483 or 9804113. OLE color: 9804113.
HSL color Cylindrical-coordinate representation of color #519995: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519995 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 149 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.4 |
| HSL | 176.67º | 0.31% | 0.46% | - |
| HSV(B) | 176.67º | 0.47% | 0.6% | - |
| XYZ | 20.21 | 26.7 | 32.52 | - |
| YUV | 131.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 149 | 0.47 | 0 | 0.03 | 0.4 | 176.67 | 0.31 | 0.46 |
| Hex | 51 | 99 | 95 | 2F | 0 | 3 | 28 | B1 | 1F | 2E |
| Octal | 121 | 231 | 225 | 57 | 0 | 3 | 50 | 261 | 37 | 56 |
| Binary | 1010001 | 10011001 | 10010101 | 101111 | 0 | 11 | 101000 | 10110001 | 11111 | 101110 |
Color Harmonies of #519995
Complementary color
Monochromatic Colors of #519995
Black with #519995
Text Example
Text Example
White with #519995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519995; }
p { color: rgb(81,153,149); }
H1.HeaderClassName
{
color: #519995;
}
.AnyTagClassName
{
color: #519995;
}
</style>
background-color css
<style>
a { background-color: #519995; }
a { background-color: rgb(81,153,149); }
div.DivClassName
{
background-color: #519995;
}
.BgClassName
{
background-color: #519995;
}
</style>
border-color css
<style>
span { border-color: #519995; }
span { border-color: rgb(81,153,149); }
td.TdClassName
{
border-color: #519995;
}
.TagClassName
{
border-color: #519995;
}
</style>