Shades of Half Baked #519B99
Tints of Half Baked #519B99
RGB
CMYK
RGB Variations
Color information
#519B99 (or 0x519B99) is known color: Half Baked. HEX triplet: 51, 9B and 99. RGB value is (81,155,153). Sum of RGB (Red+Green+Blue) = 81+155+153=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #519B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B99 is #AE6466. Grayscale: #848484. Windows color (decimal): -11428967 or 10066769. OLE color: 10066769.
HSL color Cylindrical-coordinate representation of color #519B99: hue angle of 178.38º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B99 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 153 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.39 |
| HSL | 178.38º | 0.31% | 0.46% | - |
| HSV(B) | 178.38º | 0.48% | 0.61% | - |
| XYZ | 20.86 | 27.49 | 34.34 | - |
| YUV | 132.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 153 | 0.48 | 0 | 0.01 | 0.39 | 178.38 | 0.31 | 0.46 |
| Hex | 51 | 9B | 99 | 30 | 0 | 1 | 27 | B2 | 1F | 2E |
| Octal | 121 | 233 | 231 | 60 | 0 | 1 | 47 | 262 | 37 | 56 |
| Binary | 1010001 | 10011011 | 10011001 | 110000 | 0 | 1 | 100111 | 10110010 | 11111 | 101110 |
Color Harmonies of #519B99
Complementary color
Monochromatic Colors of #519B99
Black with #519B99
Text Example
Text Example
White with #519B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B99; }
p { color: rgb(81,155,153); }
H1.HeaderClassName
{
color: #519B99;
}
.AnyTagClassName
{
color: #519B99;
}
</style>
background-color css
<style>
a { background-color: #519B99; }
a { background-color: rgb(81,155,153); }
div.DivClassName
{
background-color: #519B99;
}
.BgClassName
{
background-color: #519B99;
}
</style>
border-color css
<style>
span { border-color: #519B99; }
span { border-color: rgb(81,155,153); }
td.TdClassName
{
border-color: #519B99;
}
.TagClassName
{
border-color: #519B99;
}
</style>