Shades of Half Baked #508C8C
Tints of Half Baked #508C8C
RGB
CMYK
RGB Variations
Color information
#508C8C (or 0x508C8C) is known color: Half Baked. HEX triplet: 50, 8C and 8C. RGB value is (80,140,140). Sum of RGB (Red+Green+Blue) = 80+140+140=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #508C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C8C is #AF7373. Grayscale: #7A7A7A. Windows color (decimal): -11498356 or 9210960. OLE color: 9210960.
HSL color Cylindrical-coordinate representation of color #508C8C: hue angle of 180º degrees, saturation: 0.27, 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 #508C8C is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 140 | - |
| CMYK | 0.43 | 0 | 0 | 0.45 |
| HSL | 180º | 0.27% | 0.43% | - |
| HSV(B) | 180º | 0.43% | 0.55% | - |
| XYZ | 17.42 | 22.36 | 28.21 | - |
| YUV | 122.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 140 | 0.43 | 0 | 0 | 0.45 | 180 | 0.27 | 0.43 |
| Hex | 50 | 8C | 8C | 2B | 0 | 0 | 2D | B4 | 1B | 2B |
| Octal | 120 | 214 | 214 | 53 | 0 | 0 | 55 | 264 | 33 | 53 |
| Binary | 1010000 | 10001100 | 10001100 | 101011 | 0 | 0 | 101101 | 10110100 | 11011 | 101011 |
Color Harmonies of #508C8C
Complementary color
Monochromatic Colors of #508C8C
Black with #508C8C
Text Example
Text Example
White with #508C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C8C; }
p { color: rgb(80,140,140); }
H1.HeaderClassName
{
color: #508C8C;
}
.AnyTagClassName
{
color: #508C8C;
}
</style>
background-color css
<style>
a { background-color: #508C8C; }
a { background-color: rgb(80,140,140); }
div.DivClassName
{
background-color: #508C8C;
}
.BgClassName
{
background-color: #508C8C;
}
</style>
border-color css
<style>
span { border-color: #508C8C; }
span { border-color: rgb(80,140,140); }
td.TdClassName
{
border-color: #508C8C;
}
.TagClassName
{
border-color: #508C8C;
}
</style>