Shades of Half Baked #5B8988
Tints of Half Baked #5B8988
RGB
CMYK
RGB Variations
Color information
#5B8988 (or 0x5B8988) is known color: Half Baked. HEX triplet: 5B, 89 and 88. RGB value is (91,137,136). Sum of RGB (Red+Green+Blue) = 91+137+136=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #5B8988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8988 is #A47677. Grayscale: #7B7B7B. Windows color (decimal): -10778232 or 8948059. OLE color: 8948059.
HSL color Cylindrical-coordinate representation of color #5B8988: hue angle of 178.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B8988 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 136 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.46 |
| HSL | 178.7º | 0.2% | 0.45% | - |
| HSV(B) | 178.7º | 0.34% | 0.54% | - |
| XYZ | 17.7 | 21.89 | 26.59 | - |
| YUV | 123.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 136 | 0.34 | 0 | 0.01 | 0.46 | 178.7 | 0.2 | 0.45 |
| Hex | 5B | 89 | 88 | 22 | 0 | 1 | 2E | B3 | 14 | 2D |
| Octal | 133 | 211 | 210 | 42 | 0 | 1 | 56 | 263 | 24 | 55 |
| Binary | 1011011 | 10001001 | 10001000 | 100010 | 0 | 1 | 101110 | 10110011 | 10100 | 101101 |
Color Harmonies of #5B8988
Complementary color
Monochromatic Colors of #5B8988
Black with #5B8988
Text Example
Text Example
White with #5B8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8988; }
p { color: rgb(91,137,136); }
H1.HeaderClassName
{
color: #5B8988;
}
.AnyTagClassName
{
color: #5B8988;
}
</style>
background-color css
<style>
a { background-color: #5B8988; }
a { background-color: rgb(91,137,136); }
div.DivClassName
{
background-color: #5B8988;
}
.BgClassName
{
background-color: #5B8988;
}
</style>
border-color css
<style>
span { border-color: #5B8988; }
span { border-color: rgb(91,137,136); }
td.TdClassName
{
border-color: #5B8988;
}
.TagClassName
{
border-color: #5B8988;
}
</style>