Shades of Half Baked #519B92
Tints of Half Baked #519B92
RGB
CMYK
RGB Variations
Color information
#519B92 (or 0x519B92) is known color: Half Baked. HEX triplet: 51, 9B and 92. RGB value is (81,155,146). Sum of RGB (Red+Green+Blue) = 81+155+146=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #519B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B92 is #AE646D. Grayscale: #838383. Windows color (decimal): -11428974 or 9608017. OLE color: 9608017.
HSL color Cylindrical-coordinate representation of color #519B92: hue angle of 172.7º 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 #519B92 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 146 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.39 |
| HSL | 172.7º | 0.31% | 0.46% | - |
| HSV(B) | 172.7º | 0.48% | 0.61% | - |
| XYZ | 20.3 | 27.27 | 31.39 | - |
| YUV | 131.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 146 | 0.48 | 0 | 0.06 | 0.39 | 172.7 | 0.31 | 0.46 |
| Hex | 51 | 9B | 92 | 30 | 0 | 6 | 27 | AD | 1F | 2E |
| Octal | 121 | 233 | 222 | 60 | 0 | 6 | 47 | 255 | 37 | 56 |
| Binary | 1010001 | 10011011 | 10010010 | 110000 | 0 | 110 | 100111 | 10101101 | 11111 | 101110 |
Color Harmonies of #519B92
Complementary color
Monochromatic Colors of #519B92
Black with #519B92
Text Example
Text Example
White with #519B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B92; }
p { color: rgb(81,155,146); }
H1.HeaderClassName
{
color: #519B92;
}
.AnyTagClassName
{
color: #519B92;
}
</style>
background-color css
<style>
a { background-color: #519B92; }
a { background-color: rgb(81,155,146); }
div.DivClassName
{
background-color: #519B92;
}
.BgClassName
{
background-color: #519B92;
}
</style>
border-color css
<style>
span { border-color: #519B92; }
span { border-color: rgb(81,155,146); }
td.TdClassName
{
border-color: #519B92;
}
.TagClassName
{
border-color: #519B92;
}
</style>