Shades of Half Baked #519A93
Tints of Half Baked #519A93
RGB
CMYK
RGB Variations
Color information
#519A93 (or 0x519A93) is known color: Half Baked. HEX triplet: 51, 9A and 93. RGB value is (81,154,147). Sum of RGB (Red+Green+Blue) = 81+154+147=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #519A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519A93 is #AE656C. Grayscale: #838383. Windows color (decimal): -11429229 or 9673297. OLE color: 9673297.
HSL color Cylindrical-coordinate representation of color #519A93: hue angle of 174.25º 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 #519A93 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 147 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.40 |
| HSL | 174.25º | 0.31% | 0.46% | - |
| HSV(B) | 174.25º | 0.47% | 0.6% | - |
| XYZ | 20.22 | 26.97 | 31.74 | - |
| YUV | 131.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 147 | 0.47 | 0 | 0.05 | 0.40 | 174.25 | 0.31 | 0.46 |
| Hex | 51 | 9A | 93 | 2F | 0 | 5 | 28 | AE | 1F | 2E |
| Octal | 121 | 232 | 223 | 57 | 0 | 5 | 50 | 256 | 37 | 56 |
| Binary | 1010001 | 10011010 | 10010011 | 101111 | 0 | 101 | 101000 | 10101110 | 11111 | 101110 |
Color Harmonies of #519A93
Complementary color
Monochromatic Colors of #519A93
Black with #519A93
Text Example
Text Example
White with #519A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A93; }
p { color: rgb(81,154,147); }
H1.HeaderClassName
{
color: #519A93;
}
.AnyTagClassName
{
color: #519A93;
}
</style>
background-color css
<style>
a { background-color: #519A93; }
a { background-color: rgb(81,154,147); }
div.DivClassName
{
background-color: #519A93;
}
.BgClassName
{
background-color: #519A93;
}
</style>
border-color css
<style>
span { border-color: #519A93; }
span { border-color: rgb(81,154,147); }
td.TdClassName
{
border-color: #519A93;
}
.TagClassName
{
border-color: #519A93;
}
</style>