Shades of Half Baked #5B9099
Tints of Half Baked #5B9099
RGB
CMYK
RGB Variations
Color information
#5B9099 (or 0x5B9099) is known color: Half Baked. HEX triplet: 5B, 90 and 99. RGB value is (91,144,153). Sum of RGB (Red+Green+Blue) = 91+144+153=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B9099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9099 is #A46F66. Grayscale: #818181. Windows color (decimal): -10776423 or 10063963. OLE color: 10063963.
HSL color Cylindrical-coordinate representation of color #5B9099: hue angle of 188.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9099 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 144 | 153 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.4 |
| HSL | 188.71º | 0.25% | 0.48% | - |
| HSV(B) | 188.71º | 0.41% | 0.6% | - |
| XYZ | 20.04 | 24.47 | 33.8 | - |
| YUV | 129.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 153 | 0.41 | 0.06 | 0 | 0.4 | 188.71 | 0.25 | 0.48 |
| Hex | 5B | 90 | 99 | 29 | 6 | 0 | 28 | BD | 19 | 30 |
| Octal | 133 | 220 | 231 | 51 | 6 | 0 | 50 | 275 | 31 | 60 |
| Binary | 1011011 | 10010000 | 10011001 | 101001 | 110 | 0 | 101000 | 10111101 | 11001 | 110000 |
Color Harmonies of #5B9099
Complementary color
Monochromatic Colors of #5B9099
Black with #5B9099
Text Example
Text Example
White with #5B9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9099; }
p { color: rgb(91,144,153); }
H1.HeaderClassName
{
color: #5B9099;
}
.AnyTagClassName
{
color: #5B9099;
}
</style>
background-color css
<style>
a { background-color: #5B9099; }
a { background-color: rgb(91,144,153); }
div.DivClassName
{
background-color: #5B9099;
}
.BgClassName
{
background-color: #5B9099;
}
</style>
border-color css
<style>
span { border-color: #5B9099; }
span { border-color: rgb(91,144,153); }
td.TdClassName
{
border-color: #5B9099;
}
.TagClassName
{
border-color: #5B9099;
}
</style>