Shades of Half Baked #508B8D
Tints of Half Baked #508B8D
RGB
CMYK
RGB Variations
Color information
#508B8D (or 0x508B8D) is known color: Half Baked. HEX triplet: 50, 8B and 8D. RGB value is (80,139,141). Sum of RGB (Red+Green+Blue) = 80+139+141=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #508B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B8D is #AF7472. Grayscale: #797979. Windows color (decimal): -11498611 or 9276240. OLE color: 9276240.
HSL color Cylindrical-coordinate representation of color #508B8D: hue angle of 181.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508B8D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 141 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.45 |
| HSL | 181.97º | 0.28% | 0.43% | - |
| HSV(B) | 181.97º | 0.43% | 0.55% | - |
| XYZ | 17.35 | 22.09 | 28.55 | - |
| YUV | 121.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 141 | 0.43 | 0.01 | 0 | 0.45 | 181.97 | 0.28 | 0.43 |
| Hex | 50 | 8B | 8D | 2B | 1 | 0 | 2D | B6 | 1C | 2B |
| Octal | 120 | 213 | 215 | 53 | 1 | 0 | 55 | 266 | 34 | 53 |
| Binary | 1010000 | 10001011 | 10001101 | 101011 | 1 | 0 | 101101 | 10110110 | 11100 | 101011 |
Color Harmonies of #508B8D
Complementary color
Monochromatic Colors of #508B8D
Black with #508B8D
Text Example
Text Example
White with #508B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B8D; }
p { color: rgb(80,139,141); }
H1.HeaderClassName
{
color: #508B8D;
}
.AnyTagClassName
{
color: #508B8D;
}
</style>
background-color css
<style>
a { background-color: #508B8D; }
a { background-color: rgb(80,139,141); }
div.DivClassName
{
background-color: #508B8D;
}
.BgClassName
{
background-color: #508B8D;
}
</style>
border-color css
<style>
span { border-color: #508B8D; }
span { border-color: rgb(80,139,141); }
td.TdClassName
{
border-color: #508B8D;
}
.TagClassName
{
border-color: #508B8D;
}
</style>