Shades of Half Baked #508F8C
Tints of Half Baked #508F8C
RGB
CMYK
RGB Variations
Color information
#508F8C (or 0x508F8C) is known color: Half Baked. HEX triplet: 50, 8F and 8C. RGB value is (80,143,140). Sum of RGB (Red+Green+Blue) = 80+143+140=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #508F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F8C is #AF7073. Grayscale: #7B7B7B. Windows color (decimal): -11497588 or 9211728. OLE color: 9211728.
HSL color Cylindrical-coordinate representation of color #508F8C: hue angle of 177.14º 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 #508F8C is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 140 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.44 |
| HSL | 177.14º | 0.28% | 0.44% | - |
| HSV(B) | 177.14º | 0.44% | 0.56% | - |
| XYZ | 17.86 | 23.24 | 28.36 | - |
| YUV | 123.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 140 | 0.44 | 0 | 0.02 | 0.44 | 177.14 | 0.28 | 0.44 |
| Hex | 50 | 8F | 8C | 2C | 0 | 2 | 2C | B1 | 1C | 2C |
| Octal | 120 | 217 | 214 | 54 | 0 | 2 | 54 | 261 | 34 | 54 |
| Binary | 1010000 | 10001111 | 10001100 | 101100 | 0 | 10 | 101100 | 10110001 | 11100 | 101100 |
Color Harmonies of #508F8C
Complementary color
Monochromatic Colors of #508F8C
Black with #508F8C
Text Example
Text Example
White with #508F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F8C; }
p { color: rgb(80,143,140); }
H1.HeaderClassName
{
color: #508F8C;
}
.AnyTagClassName
{
color: #508F8C;
}
</style>
background-color css
<style>
a { background-color: #508F8C; }
a { background-color: rgb(80,143,140); }
div.DivClassName
{
background-color: #508F8C;
}
.BgClassName
{
background-color: #508F8C;
}
</style>
border-color css
<style>
span { border-color: #508F8C; }
span { border-color: rgb(80,143,140); }
td.TdClassName
{
border-color: #508F8C;
}
.TagClassName
{
border-color: #508F8C;
}
</style>