Shades of Half Baked #5F908D
Tints of Half Baked #5F908D
RGB
CMYK
RGB Variations
Color information
#5F908D (or 0x5F908D) is known color: Half Baked. HEX triplet: 5F, 90 and 8D. RGB value is (95,144,141). Sum of RGB (Red+Green+Blue) = 95+144+141=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #5F908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F908D is #A06F72. Grayscale: #808080. Windows color (decimal): -10514291 or 9277535. OLE color: 9277535.
HSL color Cylindrical-coordinate representation of color #5F908D: hue angle of 176.33º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F908D is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 141 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.44 |
| HSL | 176.33º | 0.21% | 0.47% | - |
| HSV(B) | 176.33º | 0.34% | 0.56% | - |
| XYZ | 19.5 | 24.3 | 28.86 | - |
| YUV | 129.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 141 | 0.34 | 0 | 0.02 | 0.44 | 176.33 | 0.21 | 0.47 |
| Hex | 5F | 90 | 8D | 22 | 0 | 2 | 2C | B0 | 15 | 2F |
| Octal | 137 | 220 | 215 | 42 | 0 | 2 | 54 | 260 | 25 | 57 |
| Binary | 1011111 | 10010000 | 10001101 | 100010 | 0 | 10 | 101100 | 10110000 | 10101 | 101111 |
Color Harmonies of #5F908D
Complementary color
Monochromatic Colors of #5F908D
Black with #5F908D
Text Example
Text Example
White with #5F908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F908D; }
p { color: rgb(95,144,141); }
H1.HeaderClassName
{
color: #5F908D;
}
.AnyTagClassName
{
color: #5F908D;
}
</style>
background-color css
<style>
a { background-color: #5F908D; }
a { background-color: rgb(95,144,141); }
div.DivClassName
{
background-color: #5F908D;
}
.BgClassName
{
background-color: #5F908D;
}
</style>
border-color css
<style>
span { border-color: #5F908D; }
span { border-color: rgb(95,144,141); }
td.TdClassName
{
border-color: #5F908D;
}
.TagClassName
{
border-color: #5F908D;
}
</style>