Shades of Half Baked #5B9293
Tints of Half Baked #5B9293
RGB
CMYK
RGB Variations
Color information
#5B9293 (or 0x5B9293) is known color: Half Baked. HEX triplet: 5B, 92 and 93. RGB value is (91,146,147). Sum of RGB (Red+Green+Blue) = 91+146+147=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B9293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9293 is #A46D6C. Grayscale: #818181. Windows color (decimal): -10775917 or 9671259. OLE color: 9671259.
HSL color Cylindrical-coordinate representation of color #5B9293: hue angle of 181.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9293 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 146 | 147 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.42 |
| HSL | 181.07º | 0.24% | 0.47% | - |
| HSV(B) | 181.07º | 0.38% | 0.58% | - |
| XYZ | 19.86 | 24.89 | 31.36 | - |
| YUV | 129.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 147 | 0.38 | 0.01 | 0 | 0.42 | 181.07 | 0.24 | 0.47 |
| Hex | 5B | 92 | 93 | 26 | 1 | 0 | 2A | B5 | 18 | 2F |
| Octal | 133 | 222 | 223 | 46 | 1 | 0 | 52 | 265 | 30 | 57 |
| Binary | 1011011 | 10010010 | 10010011 | 100110 | 1 | 0 | 101010 | 10110101 | 11000 | 101111 |
Color Harmonies of #5B9293
Complementary color
Monochromatic Colors of #5B9293
Black with #5B9293
Text Example
Text Example
White with #5B9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9293; }
p { color: rgb(91,146,147); }
H1.HeaderClassName
{
color: #5B9293;
}
.AnyTagClassName
{
color: #5B9293;
}
</style>
background-color css
<style>
a { background-color: #5B9293; }
a { background-color: rgb(91,146,147); }
div.DivClassName
{
background-color: #5B9293;
}
.BgClassName
{
background-color: #5B9293;
}
</style>
border-color css
<style>
span { border-color: #5B9293; }
span { border-color: rgb(91,146,147); }
td.TdClassName
{
border-color: #5B9293;
}
.TagClassName
{
border-color: #5B9293;
}
</style>