Shades of Half Baked #5B9690
Tints of Half Baked #5B9690
RGB
CMYK
RGB Variations
Color information
#5B9690 (or 0x5B9690) is known color: Half Baked. HEX triplet: 5B, 96 and 90. RGB value is (91,150,144). Sum of RGB (Red+Green+Blue) = 91+150+144=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9690 is #A4696F. Grayscale: #838383. Windows color (decimal): -10774896 or 9475675. OLE color: 9475675.
HSL color Cylindrical-coordinate representation of color #5B9690: hue angle of 173.9º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9690 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 144 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.41 |
| HSL | 173.9º | 0.24% | 0.47% | - |
| HSV(B) | 173.9º | 0.39% | 0.59% | - |
| XYZ | 20.25 | 26.05 | 30.35 | - |
| YUV | 131.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 144 | 0.39 | 0 | 0.04 | 0.41 | 173.9 | 0.24 | 0.47 |
| Hex | 5B | 96 | 90 | 27 | 0 | 4 | 29 | AE | 18 | 2F |
| Octal | 133 | 226 | 220 | 47 | 0 | 4 | 51 | 256 | 30 | 57 |
| Binary | 1011011 | 10010110 | 10010000 | 100111 | 0 | 100 | 101001 | 10101110 | 11000 | 101111 |
Color Harmonies of #5B9690
Complementary color
Monochromatic Colors of #5B9690
Black with #5B9690
Text Example
Text Example
White with #5B9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9690; }
p { color: rgb(91,150,144); }
H1.HeaderClassName
{
color: #5B9690;
}
.AnyTagClassName
{
color: #5B9690;
}
</style>
background-color css
<style>
a { background-color: #5B9690; }
a { background-color: rgb(91,150,144); }
div.DivClassName
{
background-color: #5B9690;
}
.BgClassName
{
background-color: #5B9690;
}
</style>
border-color css
<style>
span { border-color: #5B9690; }
span { border-color: rgb(91,150,144); }
td.TdClassName
{
border-color: #5B9690;
}
.TagClassName
{
border-color: #5B9690;
}
</style>