Shades of Half Baked #5B8A93
Tints of Half Baked #5B8A93
RGB
CMYK
RGB Variations
Color information
#5B8A93 (or 0x5B8A93) is known color: Half Baked. HEX triplet: 5B, 8A and 93. RGB value is (91,138,147). Sum of RGB (Red+Green+Blue) = 91+138+147=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B8A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8A93 is #A4756C. Grayscale: #7C7C7C. Windows color (decimal): -10777965 or 9669211. OLE color: 9669211.
HSL color Cylindrical-coordinate representation of color #5B8A93: hue angle of 189.64º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B8A93 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 138 | 147 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.42 |
| HSL | 189.64º | 0.24% | 0.47% | - |
| HSV(B) | 189.64º | 0.38% | 0.58% | - |
| XYZ | 18.67 | 22.51 | 30.96 | - |
| YUV | 124.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 147 | 0.38 | 0.06 | 0 | 0.42 | 189.64 | 0.24 | 0.47 |
| Hex | 5B | 8A | 93 | 26 | 6 | 0 | 2A | BE | 18 | 2F |
| Octal | 133 | 212 | 223 | 46 | 6 | 0 | 52 | 276 | 30 | 57 |
| Binary | 1011011 | 10001010 | 10010011 | 100110 | 110 | 0 | 101010 | 10111110 | 11000 | 101111 |
Color Harmonies of #5B8A93
Complementary color
Monochromatic Colors of #5B8A93
Black with #5B8A93
Text Example
Text Example
White with #5B8A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8A93; }
p { color: rgb(91,138,147); }
H1.HeaderClassName
{
color: #5B8A93;
}
.AnyTagClassName
{
color: #5B8A93;
}
</style>
background-color css
<style>
a { background-color: #5B8A93; }
a { background-color: rgb(91,138,147); }
div.DivClassName
{
background-color: #5B8A93;
}
.BgClassName
{
background-color: #5B8A93;
}
</style>
border-color css
<style>
span { border-color: #5B8A93; }
span { border-color: rgb(91,138,147); }
td.TdClassName
{
border-color: #5B8A93;
}
.TagClassName
{
border-color: #5B8A93;
}
</style>