Shades of Half Baked #5F9391
Tints of Half Baked #5F9391
RGB
CMYK
RGB Variations
Color information
#5F9391 (or 0x5F9391) is known color: Half Baked. HEX triplet: 5F, 93 and 91. RGB value is (95,147,145). Sum of RGB (Red+Green+Blue) = 95+147+145=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9391 is #A06C6E. Grayscale: #838383. Windows color (decimal): -10513519 or 9540447. OLE color: 9540447.
HSL color Cylindrical-coordinate representation of color #5F9391: hue angle of 177.69º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F9391 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 145 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.42 |
| HSL | 177.69º | 0.21% | 0.47% | - |
| HSV(B) | 177.69º | 0.35% | 0.58% | - |
| XYZ | 20.26 | 25.34 | 30.61 | - |
| YUV | 131.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 145 | 0.35 | 0 | 0.01 | 0.42 | 177.69 | 0.21 | 0.47 |
| Hex | 5F | 93 | 91 | 23 | 0 | 1 | 2A | B2 | 15 | 2F |
| Octal | 137 | 223 | 221 | 43 | 0 | 1 | 52 | 262 | 25 | 57 |
| Binary | 1011111 | 10010011 | 10010001 | 100011 | 0 | 1 | 101010 | 10110010 | 10101 | 101111 |
Color Harmonies of #5F9391
Complementary color
Monochromatic Colors of #5F9391
Black with #5F9391
Text Example
Text Example
White with #5F9391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9391; }
p { color: rgb(95,147,145); }
H1.HeaderClassName
{
color: #5F9391;
}
.AnyTagClassName
{
color: #5F9391;
}
</style>
background-color css
<style>
a { background-color: #5F9391; }
a { background-color: rgb(95,147,145); }
div.DivClassName
{
background-color: #5F9391;
}
.BgClassName
{
background-color: #5F9391;
}
</style>
border-color css
<style>
span { border-color: #5F9391; }
span { border-color: rgb(95,147,145); }
td.TdClassName
{
border-color: #5F9391;
}
.TagClassName
{
border-color: #5F9391;
}
</style>