Shades of Half Baked #5B9290
Tints of Half Baked #5B9290
RGB
CMYK
RGB Variations
Color information
#5B9290 (or 0x5B9290) is known color: Half Baked. HEX triplet: 5B, 92 and 90. RGB value is (91,146,144). Sum of RGB (Red+Green+Blue) = 91+146+144=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9290 is #A46D6F. Grayscale: #818181. Windows color (decimal): -10775920 or 9474651. OLE color: 9474651.
HSL color Cylindrical-coordinate representation of color #5B9290: hue angle of 177.82º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9290 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 144 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.43 |
| HSL | 177.82º | 0.23% | 0.46% | - |
| HSV(B) | 177.82º | 0.38% | 0.57% | - |
| XYZ | 19.63 | 24.8 | 30.14 | - |
| YUV | 129.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 144 | 0.38 | 0 | 0.01 | 0.43 | 177.82 | 0.23 | 0.46 |
| Hex | 5B | 92 | 90 | 26 | 0 | 1 | 2B | B2 | 17 | 2E |
| Octal | 133 | 222 | 220 | 46 | 0 | 1 | 53 | 262 | 27 | 56 |
| Binary | 1011011 | 10010010 | 10010000 | 100110 | 0 | 1 | 101011 | 10110010 | 10111 | 101110 |
Color Harmonies of #5B9290
Complementary color
Monochromatic Colors of #5B9290
Black with #5B9290
Text Example
Text Example
White with #5B9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9290; }
p { color: rgb(91,146,144); }
H1.HeaderClassName
{
color: #5B9290;
}
.AnyTagClassName
{
color: #5B9290;
}
</style>
background-color css
<style>
a { background-color: #5B9290; }
a { background-color: rgb(91,146,144); }
div.DivClassName
{
background-color: #5B9290;
}
.BgClassName
{
background-color: #5B9290;
}
</style>
border-color css
<style>
span { border-color: #5B9290; }
span { border-color: rgb(91,146,144); }
td.TdClassName
{
border-color: #5B9290;
}
.TagClassName
{
border-color: #5B9290;
}
</style>