Shades of Half Baked #5B9890
Tints of Half Baked #5B9890
RGB
CMYK
RGB Variations
Color information
#5B9890 (or 0x5B9890) is known color: Half Baked. HEX triplet: 5B, 98 and 90. RGB value is (91,152,144). Sum of RGB (Red+Green+Blue) = 91+152+144=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #5B9890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9890 is #A4676F. Grayscale: #848484. Windows color (decimal): -10774384 or 9476187. OLE color: 9476187.
HSL color Cylindrical-coordinate representation of color #5B9890: hue angle of 172.13º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9890 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 152 | 144 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.40 |
| HSL | 172.13º | 0.25% | 0.48% | - |
| HSV(B) | 172.13º | 0.4% | 0.6% | - |
| XYZ | 20.58 | 26.69 | 30.45 | - |
| YUV | 132.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 152 | 144 | 0.40 | 0 | 0.05 | 0.40 | 172.13 | 0.25 | 0.48 |
| Hex | 5B | 98 | 90 | 28 | 0 | 5 | 28 | AC | 19 | 30 |
| Octal | 133 | 230 | 220 | 50 | 0 | 5 | 50 | 254 | 31 | 60 |
| Binary | 1011011 | 10011000 | 10010000 | 101000 | 0 | 101 | 101000 | 10101100 | 11001 | 110000 |
Color Harmonies of #5B9890
Complementary color
Monochromatic Colors of #5B9890
Black with #5B9890
Text Example
Text Example
White with #5B9890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9890; }
p { color: rgb(91,152,144); }
H1.HeaderClassName
{
color: #5B9890;
}
.AnyTagClassName
{
color: #5B9890;
}
</style>
background-color css
<style>
a { background-color: #5B9890; }
a { background-color: rgb(91,152,144); }
div.DivClassName
{
background-color: #5B9890;
}
.BgClassName
{
background-color: #5B9890;
}
</style>
border-color css
<style>
span { border-color: #5B9890; }
span { border-color: rgb(91,152,144); }
td.TdClassName
{
border-color: #5B9890;
}
.TagClassName
{
border-color: #5B9890;
}
</style>