Shades of Half Baked #508B8E
Tints of Half Baked #508B8E
RGB
CMYK
RGB Variations
Color information
#508B8E (or 0x508B8E) is known color: Half Baked. HEX triplet: 50, 8B and 8E. RGB value is (80,139,142). Sum of RGB (Red+Green+Blue) = 80+139+142=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #508B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B8E is #AF7471. Grayscale: #797979. Windows color (decimal): -11498610 or 9341776. OLE color: 9341776.
HSL color Cylindrical-coordinate representation of color #508B8E: hue angle of 182.9º degrees, saturation: 0.28, 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 #508B8E is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 139 | 142 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.44 |
| HSL | 182.9º | 0.28% | 0.44% | - |
| HSV(B) | 182.9º | 0.44% | 0.56% | - |
| XYZ | 17.42 | 22.12 | 28.94 | - |
| YUV | 121.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 142 | 0.44 | 0.02 | 0 | 0.44 | 182.9 | 0.28 | 0.44 |
| Hex | 50 | 8B | 8E | 2C | 2 | 0 | 2C | B7 | 1C | 2C |
| Octal | 120 | 213 | 216 | 54 | 2 | 0 | 54 | 267 | 34 | 54 |
| Binary | 1010000 | 10001011 | 10001110 | 101100 | 10 | 0 | 101100 | 10110111 | 11100 | 101100 |
Color Harmonies of #508B8E
Complementary color
Monochromatic Colors of #508B8E
Black with #508B8E
Text Example
Text Example
White with #508B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B8E; }
p { color: rgb(80,139,142); }
H1.HeaderClassName
{
color: #508B8E;
}
.AnyTagClassName
{
color: #508B8E;
}
</style>
background-color css
<style>
a { background-color: #508B8E; }
a { background-color: rgb(80,139,142); }
div.DivClassName
{
background-color: #508B8E;
}
.BgClassName
{
background-color: #508B8E;
}
</style>
border-color css
<style>
span { border-color: #508B8E; }
span { border-color: rgb(80,139,142); }
td.TdClassName
{
border-color: #508B8E;
}
.TagClassName
{
border-color: #508B8E;
}
</style>