Shades of Half Baked #5B9198
Tints of Half Baked #5B9198
RGB
CMYK
RGB Variations
Color information
#5B9198 (or 0x5B9198) is known color: Half Baked. HEX triplet: 5B, 91 and 98. RGB value is (91,145,152). Sum of RGB (Red+Green+Blue) = 91+145+152=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9198 is #A46E67. Grayscale: #818181. Windows color (decimal): -10776168 or 9998683. OLE color: 9998683.
HSL color Cylindrical-coordinate representation of color #5B9198: hue angle of 186.89º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9198 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 145 | 152 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.40 |
| HSL | 186.89º | 0.25% | 0.48% | - |
| HSV(B) | 186.89º | 0.4% | 0.6% | - |
| XYZ | 20.11 | 24.74 | 33.42 | - |
| YUV | 129.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 152 | 0.40 | 0.05 | 0 | 0.40 | 186.89 | 0.25 | 0.48 |
| Hex | 5B | 91 | 98 | 28 | 5 | 0 | 28 | BB | 19 | 30 |
| Octal | 133 | 221 | 230 | 50 | 5 | 0 | 50 | 273 | 31 | 60 |
| Binary | 1011011 | 10010001 | 10011000 | 101000 | 101 | 0 | 101000 | 10111011 | 11001 | 110000 |
Color Harmonies of #5B9198
Complementary color
Monochromatic Colors of #5B9198
Black with #5B9198
Text Example
Text Example
White with #5B9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9198; }
p { color: rgb(91,145,152); }
H1.HeaderClassName
{
color: #5B9198;
}
.AnyTagClassName
{
color: #5B9198;
}
</style>
background-color css
<style>
a { background-color: #5B9198; }
a { background-color: rgb(91,145,152); }
div.DivClassName
{
background-color: #5B9198;
}
.BgClassName
{
background-color: #5B9198;
}
</style>
border-color css
<style>
span { border-color: #5B9198; }
span { border-color: rgb(91,145,152); }
td.TdClassName
{
border-color: #5B9198;
}
.TagClassName
{
border-color: #5B9198;
}
</style>