Shades of Half Baked #5B8785
Tints of Half Baked #5B8785
RGB
CMYK
RGB Variations
Color information
#5B8785 (or 0x5B8785) is known color: Half Baked. HEX triplet: 5B, 87 and 85. RGB value is (91,135,133). Sum of RGB (Red+Green+Blue) = 91+135+133=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #5B8785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8785 is #A4787A. Grayscale: #797979. Windows color (decimal): -10778747 or 8750939. OLE color: 8750939.
HSL color Cylindrical-coordinate representation of color #5B8785: hue angle of 177.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8785 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 133 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.47 |
| HSL | 177.27º | 0.19% | 0.44% | - |
| HSV(B) | 177.27º | 0.33% | 0.53% | - |
| XYZ | 17.21 | 21.25 | 25.38 | - |
| YUV | 121.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 133 | 0.33 | 0 | 0.01 | 0.47 | 177.27 | 0.19 | 0.44 |
| Hex | 5B | 87 | 85 | 21 | 0 | 1 | 2F | B1 | 13 | 2C |
| Octal | 133 | 207 | 205 | 41 | 0 | 1 | 57 | 261 | 23 | 54 |
| Binary | 1011011 | 10000111 | 10000101 | 100001 | 0 | 1 | 101111 | 10110001 | 10011 | 101100 |
Color Harmonies of #5B8785
Complementary color
Monochromatic Colors of #5B8785
Black with #5B8785
Text Example
Text Example
White with #5B8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8785; }
p { color: rgb(91,135,133); }
H1.HeaderClassName
{
color: #5B8785;
}
.AnyTagClassName
{
color: #5B8785;
}
</style>
background-color css
<style>
a { background-color: #5B8785; }
a { background-color: rgb(91,135,133); }
div.DivClassName
{
background-color: #5B8785;
}
.BgClassName
{
background-color: #5B8785;
}
</style>
border-color css
<style>
span { border-color: #5B8785; }
span { border-color: rgb(91,135,133); }
td.TdClassName
{
border-color: #5B8785;
}
.TagClassName
{
border-color: #5B8785;
}
</style>