Shades of Half Baked #508D90
Tints of Half Baked #508D90
RGB
CMYK
RGB Variations
Color information
#508D90 (or 0x508D90) is known color: Half Baked. HEX triplet: 50, 8D and 90. RGB value is (80,141,144). Sum of RGB (Red+Green+Blue) = 80+141+144=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #508D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D90 is #AF726F. Grayscale: #7B7B7B. Windows color (decimal): -11498096 or 9473360. OLE color: 9473360.
HSL color Cylindrical-coordinate representation of color #508D90: hue angle of 182.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508D90 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 141 | 144 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.44 |
| HSL | 182.81º | 0.29% | 0.44% | - |
| HSV(B) | 182.81º | 0.44% | 0.56% | - |
| XYZ | 17.87 | 22.77 | 29.84 | - |
| YUV | 123.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 144 | 0.44 | 0.02 | 0 | 0.44 | 182.81 | 0.29 | 0.44 |
| Hex | 50 | 8D | 90 | 2C | 2 | 0 | 2C | B7 | 1D | 2C |
| Octal | 120 | 215 | 220 | 54 | 2 | 0 | 54 | 267 | 35 | 54 |
| Binary | 1010000 | 10001101 | 10010000 | 101100 | 10 | 0 | 101100 | 10110111 | 11101 | 101100 |
Color Harmonies of #508D90
Complementary color
Monochromatic Colors of #508D90
Black with #508D90
Text Example
Text Example
White with #508D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D90; }
p { color: rgb(80,141,144); }
H1.HeaderClassName
{
color: #508D90;
}
.AnyTagClassName
{
color: #508D90;
}
</style>
background-color css
<style>
a { background-color: #508D90; }
a { background-color: rgb(80,141,144); }
div.DivClassName
{
background-color: #508D90;
}
.BgClassName
{
background-color: #508D90;
}
</style>
border-color css
<style>
span { border-color: #508D90; }
span { border-color: rgb(80,141,144); }
td.TdClassName
{
border-color: #508D90;
}
.TagClassName
{
border-color: #508D90;
}
</style>