Shades of Half Baked #508F96
Tints of Half Baked #508F96
RGB
CMYK
RGB Variations
Color information
#508F96 (or 0x508F96) is known color: Half Baked. HEX triplet: 50, 8F and 96. RGB value is (80,143,150). Sum of RGB (Red+Green+Blue) = 80+143+150=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #508F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F96 is #AF7069. Grayscale: #7C7C7C. Windows color (decimal): -11497578 or 9867088. OLE color: 9867088.
HSL color Cylindrical-coordinate representation of color #508F96: hue angle of 186º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508F96 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 143 | 150 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.41 |
| HSL | 186º | 0.3% | 0.45% | - |
| HSV(B) | 186º | 0.47% | 0.59% | - |
| XYZ | 18.64 | 23.55 | 32.42 | - |
| YUV | 124.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 150 | 0.47 | 0.05 | 0 | 0.41 | 186 | 0.3 | 0.45 |
| Hex | 50 | 8F | 96 | 2F | 5 | 0 | 29 | BA | 1E | 2D |
| Octal | 120 | 217 | 226 | 57 | 5 | 0 | 51 | 272 | 36 | 55 |
| Binary | 1010000 | 10001111 | 10010110 | 101111 | 101 | 0 | 101001 | 10111010 | 11110 | 101101 |
Color Harmonies of #508F96
Complementary color
Monochromatic Colors of #508F96
Black with #508F96
Text Example
Text Example
White with #508F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F96; }
p { color: rgb(80,143,150); }
H1.HeaderClassName
{
color: #508F96;
}
.AnyTagClassName
{
color: #508F96;
}
</style>
background-color css
<style>
a { background-color: #508F96; }
a { background-color: rgb(80,143,150); }
div.DivClassName
{
background-color: #508F96;
}
.BgClassName
{
background-color: #508F96;
}
</style>
border-color css
<style>
span { border-color: #508F96; }
span { border-color: rgb(80,143,150); }
td.TdClassName
{
border-color: #508F96;
}
.TagClassName
{
border-color: #508F96;
}
</style>