Shades of Half Baked #5B928B
Tints of Half Baked #5B928B
RGB
CMYK
RGB Variations
Color information
#5B928B (or 0x5B928B) is known color: Half Baked. HEX triplet: 5B, 92 and 8B. RGB value is (91,146,139). Sum of RGB (Red+Green+Blue) = 91+146+139=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #5B928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B928B is #A46D74. Grayscale: #808080. Windows color (decimal): -10775925 or 9146971. OLE color: 9146971.
HSL color Cylindrical-coordinate representation of color #5B928B: hue angle of 172.36º 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 #5B928B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 139 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.43 |
| HSL | 172.36º | 0.23% | 0.46% | - |
| HSV(B) | 172.36º | 0.38% | 0.57% | - |
| XYZ | 19.25 | 24.65 | 28.17 | - |
| YUV | 128.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 139 | 0.38 | 0 | 0.05 | 0.43 | 172.36 | 0.23 | 0.46 |
| Hex | 5B | 92 | 8B | 26 | 0 | 5 | 2B | AC | 17 | 2E |
| Octal | 133 | 222 | 213 | 46 | 0 | 5 | 53 | 254 | 27 | 56 |
| Binary | 1011011 | 10010010 | 10001011 | 100110 | 0 | 101 | 101011 | 10101100 | 10111 | 101110 |
Color Harmonies of #5B928B
Complementary color
Monochromatic Colors of #5B928B
Black with #5B928B
Text Example
Text Example
White with #5B928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B928B; }
p { color: rgb(91,146,139); }
H1.HeaderClassName
{
color: #5B928B;
}
.AnyTagClassName
{
color: #5B928B;
}
</style>
background-color css
<style>
a { background-color: #5B928B; }
a { background-color: rgb(91,146,139); }
div.DivClassName
{
background-color: #5B928B;
}
.BgClassName
{
background-color: #5B928B;
}
</style>
border-color css
<style>
span { border-color: #5B928B; }
span { border-color: rgb(91,146,139); }
td.TdClassName
{
border-color: #5B928B;
}
.TagClassName
{
border-color: #5B928B;
}
</style>