Shades of Half Baked #508B91
Tints of Half Baked #508B91
RGB
CMYK
RGB Variations
Color information
#508B91 (or 0x508B91) is known color: Half Baked. HEX triplet: 50, 8B and 91. RGB value is (80,139,145). Sum of RGB (Red+Green+Blue) = 80+139+145=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #508B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B91 is #AF746E. Grayscale: #797979. Windows color (decimal): -11498607 or 9538384. OLE color: 9538384.
HSL color Cylindrical-coordinate representation of color #508B91: hue angle of 185.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508B91 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 139 | 145 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.43 |
| HSL | 185.54º | 0.29% | 0.44% | - |
| HSV(B) | 185.54º | 0.45% | 0.57% | - |
| XYZ | 17.65 | 22.22 | 30.15 | - |
| YUV | 122.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 145 | 0.45 | 0.04 | 0 | 0.43 | 185.54 | 0.29 | 0.44 |
| Hex | 50 | 8B | 91 | 2D | 4 | 0 | 2B | BA | 1D | 2C |
| Octal | 120 | 213 | 221 | 55 | 4 | 0 | 53 | 272 | 35 | 54 |
| Binary | 1010000 | 10001011 | 10010001 | 101101 | 100 | 0 | 101011 | 10111010 | 11101 | 101100 |
Color Harmonies of #508B91
Complementary color
Monochromatic Colors of #508B91
Black with #508B91
Text Example
Text Example
White with #508B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B91; }
p { color: rgb(80,139,145); }
H1.HeaderClassName
{
color: #508B91;
}
.AnyTagClassName
{
color: #508B91;
}
</style>
background-color css
<style>
a { background-color: #508B91; }
a { background-color: rgb(80,139,145); }
div.DivClassName
{
background-color: #508B91;
}
.BgClassName
{
background-color: #508B91;
}
</style>
border-color css
<style>
span { border-color: #508B91; }
span { border-color: rgb(80,139,145); }
td.TdClassName
{
border-color: #508B91;
}
.TagClassName
{
border-color: #508B91;
}
</style>