Shades of Half Baked #5B8F98
Tints of Half Baked #5B8F98
RGB
CMYK
RGB Variations
Color information
#5B8F98 (or 0x5B8F98) is known color: Half Baked. HEX triplet: 5B, 8F and 98. RGB value is (91,143,152). Sum of RGB (Red+Green+Blue) = 91+143+152=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B8F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8F98 is #A47067. Grayscale: #808080. Windows color (decimal): -10776680 or 9998171. OLE color: 9998171.
HSL color Cylindrical-coordinate representation of color #5B8F98: hue angle of 188.85º 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 #5B8F98 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 143 | 152 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.40 |
| HSL | 188.85º | 0.25% | 0.48% | - |
| HSV(B) | 188.85º | 0.4% | 0.6% | - |
| XYZ | 19.8 | 24.14 | 33.32 | - |
| YUV | 128.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 152 | 0.40 | 0.06 | 0 | 0.40 | 188.85 | 0.25 | 0.48 |
| Hex | 5B | 8F | 98 | 28 | 6 | 0 | 28 | BD | 19 | 30 |
| Octal | 133 | 217 | 230 | 50 | 6 | 0 | 50 | 275 | 31 | 60 |
| Binary | 1011011 | 10001111 | 10011000 | 101000 | 110 | 0 | 101000 | 10111101 | 11001 | 110000 |
Color Harmonies of #5B8F98
Complementary color
Monochromatic Colors of #5B8F98
Black with #5B8F98
Text Example
Text Example
White with #5B8F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8F98; }
p { color: rgb(91,143,152); }
H1.HeaderClassName
{
color: #5B8F98;
}
.AnyTagClassName
{
color: #5B8F98;
}
</style>
background-color css
<style>
a { background-color: #5B8F98; }
a { background-color: rgb(91,143,152); }
div.DivClassName
{
background-color: #5B8F98;
}
.BgClassName
{
background-color: #5B8F98;
}
</style>
border-color css
<style>
span { border-color: #5B8F98; }
span { border-color: rgb(91,143,152); }
td.TdClassName
{
border-color: #5B8F98;
}
.TagClassName
{
border-color: #5B8F98;
}
</style>