Shades of Half Baked #519191
Tints of Half Baked #519191
RGB
CMYK
RGB Variations
Color information
#519191 (or 0x519191) is known color: Half Baked. HEX triplet: 51, 91 and 91. RGB value is (81,145,145). Sum of RGB (Red+Green+Blue) = 81+145+145=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #519191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519191 is #AE6E6E. Grayscale: #7D7D7D. Windows color (decimal): -11431535 or 9539921. OLE color: 9539921.
HSL color Cylindrical-coordinate representation of color #519191: hue angle of 180º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519191 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 145 | - |
| CMYK | 0.44 | 0 | 0 | 0.43 |
| HSL | 180º | 0.28% | 0.44% | - |
| HSV(B) | 180º | 0.44% | 0.57% | - |
| XYZ | 18.63 | 24.04 | 30.45 | - |
| YUV | 125.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 145 | 0.44 | 0 | 0 | 0.43 | 180 | 0.28 | 0.44 |
| Hex | 51 | 91 | 91 | 2C | 0 | 0 | 2B | B4 | 1C | 2C |
| Octal | 121 | 221 | 221 | 54 | 0 | 0 | 53 | 264 | 34 | 54 |
| Binary | 1010001 | 10010001 | 10010001 | 101100 | 0 | 0 | 101011 | 10110100 | 11100 | 101100 |
Color Harmonies of #519191
Complementary color
Monochromatic Colors of #519191
Black with #519191
Text Example
Text Example
White with #519191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519191; }
p { color: rgb(81,145,145); }
H1.HeaderClassName
{
color: #519191;
}
.AnyTagClassName
{
color: #519191;
}
</style>
background-color css
<style>
a { background-color: #519191; }
a { background-color: rgb(81,145,145); }
div.DivClassName
{
background-color: #519191;
}
.BgClassName
{
background-color: #519191;
}
</style>
border-color css
<style>
span { border-color: #519191; }
span { border-color: rgb(81,145,145); }
td.TdClassName
{
border-color: #519191;
}
.TagClassName
{
border-color: #519191;
}
</style>