Shades of Half Baked #508C8D
Tints of Half Baked #508C8D
RGB
CMYK
RGB Variations
Color information
#508C8D (or 0x508C8D) is known color: Half Baked. HEX triplet: 50, 8C and 8D. RGB value is (80,140,141). Sum of RGB (Red+Green+Blue) = 80+140+141=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #508C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C8D is #AF7372. Grayscale: #7A7A7A. Windows color (decimal): -11498355 or 9276496. OLE color: 9276496.
HSL color Cylindrical-coordinate representation of color #508C8D: hue angle of 180.98º 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 #508C8D is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 141 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.45 |
| HSL | 180.98º | 0.28% | 0.43% | - |
| HSV(B) | 180.98º | 0.43% | 0.55% | - |
| XYZ | 17.49 | 22.38 | 28.6 | - |
| YUV | 122.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 141 | 0.43 | 0.01 | 0 | 0.45 | 180.98 | 0.28 | 0.43 |
| Hex | 50 | 8C | 8D | 2B | 1 | 0 | 2D | B5 | 1C | 2B |
| Octal | 120 | 214 | 215 | 53 | 1 | 0 | 55 | 265 | 34 | 53 |
| Binary | 1010000 | 10001100 | 10001101 | 101011 | 1 | 0 | 101101 | 10110101 | 11100 | 101011 |
Color Harmonies of #508C8D
Complementary color
Monochromatic Colors of #508C8D
Black with #508C8D
Text Example
Text Example
White with #508C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C8D; }
p { color: rgb(80,140,141); }
H1.HeaderClassName
{
color: #508C8D;
}
.AnyTagClassName
{
color: #508C8D;
}
</style>
background-color css
<style>
a { background-color: #508C8D; }
a { background-color: rgb(80,140,141); }
div.DivClassName
{
background-color: #508C8D;
}
.BgClassName
{
background-color: #508C8D;
}
</style>
border-color css
<style>
span { border-color: #508C8D; }
span { border-color: rgb(80,140,141); }
td.TdClassName
{
border-color: #508C8D;
}
.TagClassName
{
border-color: #508C8D;
}
</style>