Shades of Half Baked #5B928F
Tints of Half Baked #5B928F
RGB
CMYK
RGB Variations
Color information
#5B928F (or 0x5B928F) is known color: Half Baked. HEX triplet: 5B, 92 and 8F. RGB value is (91,146,143). Sum of RGB (Red+Green+Blue) = 91+146+143=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #5B928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B928F is #A46D70. Grayscale: #818181. Windows color (decimal): -10775921 or 9409115. OLE color: 9409115.
HSL color Cylindrical-coordinate representation of color #5B928F: hue angle of 176.73º 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 #5B928F is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 143 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.43 |
| HSL | 176.73º | 0.23% | 0.46% | - |
| HSV(B) | 176.73º | 0.38% | 0.57% | - |
| XYZ | 19.55 | 24.77 | 29.74 | - |
| YUV | 129.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 143 | 0.38 | 0 | 0.02 | 0.43 | 176.73 | 0.23 | 0.46 |
| Hex | 5B | 92 | 8F | 26 | 0 | 2 | 2B | B1 | 17 | 2E |
| Octal | 133 | 222 | 217 | 46 | 0 | 2 | 53 | 261 | 27 | 56 |
| Binary | 1011011 | 10010010 | 10001111 | 100110 | 0 | 10 | 101011 | 10110001 | 10111 | 101110 |
Color Harmonies of #5B928F
Complementary color
Monochromatic Colors of #5B928F
Black with #5B928F
Text Example
Text Example
White with #5B928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B928F; }
p { color: rgb(91,146,143); }
H1.HeaderClassName
{
color: #5B928F;
}
.AnyTagClassName
{
color: #5B928F;
}
</style>
background-color css
<style>
a { background-color: #5B928F; }
a { background-color: rgb(91,146,143); }
div.DivClassName
{
background-color: #5B928F;
}
.BgClassName
{
background-color: #5B928F;
}
</style>
border-color css
<style>
span { border-color: #5B928F; }
span { border-color: rgb(91,146,143); }
td.TdClassName
{
border-color: #5B928F;
}
.TagClassName
{
border-color: #5B928F;
}
</style>