Shades of Half Baked #519A99
Tints of Half Baked #519A99
RGB
CMYK
RGB Variations
Color information
#519A99 (or 0x519A99) is known color: Half Baked. HEX triplet: 51, 9A and 99. RGB value is (81,154,153). Sum of RGB (Red+Green+Blue) = 81+154+153=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #519A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A99 is #AE6566. Grayscale: #838383. Windows color (decimal): -11429223 or 10066513. OLE color: 10066513.
HSL color Cylindrical-coordinate representation of color #519A99: hue angle of 179.18º 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 #519A99 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 153 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.40 |
| HSL | 179.18º | 0.31% | 0.46% | - |
| HSV(B) | 179.18º | 0.47% | 0.6% | - |
| XYZ | 20.7 | 27.16 | 34.29 | - |
| YUV | 132.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 153 | 0.47 | 0 | 0.01 | 0.40 | 179.18 | 0.31 | 0.46 |
| Hex | 51 | 9A | 99 | 2F | 0 | 1 | 28 | B3 | 1F | 2E |
| Octal | 121 | 232 | 231 | 57 | 0 | 1 | 50 | 263 | 37 | 56 |
| Binary | 1010001 | 10011010 | 10011001 | 101111 | 0 | 1 | 101000 | 10110011 | 11111 | 101110 |
Color Harmonies of #519A99
Complementary color
Monochromatic Colors of #519A99
Black with #519A99
Text Example
Text Example
White with #519A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A99; }
p { color: rgb(81,154,153); }
H1.HeaderClassName
{
color: #519A99;
}
.AnyTagClassName
{
color: #519A99;
}
</style>
background-color css
<style>
a { background-color: #519A99; }
a { background-color: rgb(81,154,153); }
div.DivClassName
{
background-color: #519A99;
}
.BgClassName
{
background-color: #519A99;
}
</style>
border-color css
<style>
span { border-color: #519A99; }
span { border-color: rgb(81,154,153); }
td.TdClassName
{
border-color: #519A99;
}
.TagClassName
{
border-color: #519A99;
}
</style>