Shades of Half Baked #5B908E
Tints of Half Baked #5B908E
RGB
CMYK
RGB Variations
Color information
#5B908E (or 0x5B908E) is known color: Half Baked. HEX triplet: 5B, 90 and 8E. RGB value is (91,144,142). Sum of RGB (Red+Green+Blue) = 91+144+142=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #5B908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B908E is #A46F71. Grayscale: #7F7F7F. Windows color (decimal): -10776434 or 9343067. OLE color: 9343067.
HSL color Cylindrical-coordinate representation of color #5B908E: hue angle of 177.74º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B908E is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 142 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.44 |
| HSL | 177.74º | 0.23% | 0.46% | - |
| HSV(B) | 177.74º | 0.37% | 0.56% | - |
| XYZ | 19.17 | 24.12 | 29.24 | - |
| YUV | 127.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 142 | 0.37 | 0 | 0.01 | 0.44 | 177.74 | 0.23 | 0.46 |
| Hex | 5B | 90 | 8E | 25 | 0 | 1 | 2C | B2 | 17 | 2E |
| Octal | 133 | 220 | 216 | 45 | 0 | 1 | 54 | 262 | 27 | 56 |
| Binary | 1011011 | 10010000 | 10001110 | 100101 | 0 | 1 | 101100 | 10110010 | 10111 | 101110 |
Color Harmonies of #5B908E
Complementary color
Monochromatic Colors of #5B908E
Black with #5B908E
Text Example
Text Example
White with #5B908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B908E; }
p { color: rgb(91,144,142); }
H1.HeaderClassName
{
color: #5B908E;
}
.AnyTagClassName
{
color: #5B908E;
}
</style>
background-color css
<style>
a { background-color: #5B908E; }
a { background-color: rgb(91,144,142); }
div.DivClassName
{
background-color: #5B908E;
}
.BgClassName
{
background-color: #5B908E;
}
</style>
border-color css
<style>
span { border-color: #5B908E; }
span { border-color: rgb(91,144,142); }
td.TdClassName
{
border-color: #5B908E;
}
.TagClassName
{
border-color: #5B908E;
}
</style>